de.janrufmonitor.framework
Interface ICip


public interface ICip

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

Author:
Thilo Brandt

Method Summary
 String getAdditional()
          Gets the additional information of the cip object
 String getCIP()
          Gets the CIP value of the cip object
 void setAdditional(String additional)
          Sets the additional information of the cip object
 void setCIP(String cip)
          Sets the CIP value of the cip object
 

Method Detail

setCIP

void setCIP(String cip)
Sets the CIP value of the cip object

Parameters:
cip - CIP to be set.

setAdditional

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

Parameters:
additional - additional information to be set.

getCIP

String getCIP()
Gets the CIP value of the cip object

Returns:
CIP value

getAdditional

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

Returns:
additional information


Copyright © 2010 by Thilo Brandt. All Rights Reserved.