com.collation.platform.model.gui.customviews
Interface IpNetworkViewConstruct

All Superinterfaces:
ModelObject, ProductModelObject, java.io.Serializable, ViewConstruct

public interface IpNetworkViewConstruct
extends ViewConstruct

Represents a custom views

Naming Rules:
0="ipAddress,subnetMask"
Persistable:
true
Display Name:
ipAddress,subnetMask

Method Summary
 java.lang.String getIpAddress()
           
 java.lang.String getSubnetMask()
           
 boolean hasIpAddress()
           
 boolean hasSubnetMask()
           
 void setIpAddress(java.lang.String ipAddress)
           
 void setSubnetMask(java.lang.String subnetMask)
           
 
Methods inherited from interface com.collation.platform.model.gui.customviews.ViewConstruct
getLevel, getName, hasLevel, hasName, setLevel, setName
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Method Detail

getIpAddress

java.lang.String getIpAddress()
                              throws AttributeNotSetException
Throws:
AttributeNotSetException

getSubnetMask

java.lang.String getSubnetMask()
                               throws AttributeNotSetException
Throws:
AttributeNotSetException

setIpAddress

void setIpAddress(java.lang.String ipAddress)

setSubnetMask

void setSubnetMask(java.lang.String subnetMask)

hasIpAddress

boolean hasIpAddress()

hasSubnetMask

boolean hasSubnetMask()