com.collation.platform.model.gui.customviews
Interface IpRangeViewConstruct
- All Superinterfaces:
- ModelObject, ProductModelObject, java.io.Serializable, ViewConstruct
public interface IpRangeViewConstruct
- extends ViewConstruct
Represents a custom views
- Naming Rules:
- 0="startIp,endIp"
- Persistable:
- true
- Display Name:
- startIp,endIp
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 |
getStartIp
java.lang.String getStartIp()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
getEndIp
java.lang.String getEndIp()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStartIp
void setStartIp(java.lang.String startIp)
setEndIp
void setEndIp(java.lang.String endIp)
hasStartIp
boolean hasStartIp()
hasEndIp
boolean hasEndIp()