de.janrufmonitor.framework
Interface IMsn


public interface IMsn

This interface must be implemented by a MSN object, which should be used in the framework.

Author:
Thilo Brandt

Method Summary
 String getAdditional()
          Gets the additional information of the msn object
 String getMSN()
          Gets the MSN value of the msn object
 void setAdditional(String additional)
          Sets the additional information of the msn object
 void setMSN(String msn)
          Sets the MSN value of the cip object
 

Method Detail

setMSN

void setMSN(String msn)
Sets the MSN value of the cip object

Parameters:
cip - MSN to be set.

setAdditional

void setAdditional(String additional)
Sets the additional information of the msn object

Parameters:
additional - additional information to be set.

getMSN

String getMSN()
Gets the MSN value of the msn object

Returns:
MSN value

getAdditional

String getAdditional()
Gets the additional information of the msn object

Returns:
additional information


Copyright © 2010 by Thilo Brandt. All Rights Reserved.