com.centrasite.control.adapters.detailview.dynamicprofile
Class IPv4AttributeLine
java.lang.Object
com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
com.centrasite.control.adapters.detailview.dynamicprofile.SlotTypeAttributeLine
com.centrasite.control.adapters.detailview.dynamicprofile.IPv4AttributeLine
- All Implemented Interfaces:
- DynamicLine
- Direct Known Subclasses:
- IPv6AttributeLine
public class IPv4AttributeLine
- extends SlotTypeAttributeLine
Dynamic line representing profile attribute of type IPv4 (CS:ipv4_type).
Methods inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine |
getActionContext, getAsset, getAttribute, getAttributeContext, getDescription, getIndex, getLineAddVisible, getLineRemoveVisible, getName, getNCName, getSelected, getShowAttributeName, getUnitLabel, getValues, isModified, isMultiValue, isPrefix, isReadOnly, isRequired, modified, onLineAdd, onLineRemove, revert, setAttributeContext, setModified, setNCName, setReadOnly, setValues |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IPv4AttributeLine
public IPv4AttributeLine(AttributeLineContext context)
getStatusProp
public java.lang.String getStatusProp()
validate
public boolean validate()
getIpParts
public java.lang.String[] getIpParts()
- Returns:
- the ipParts
setIpParts
public void setIpParts(java.lang.String[] ipParts)
- Parameters:
ipParts
- the ipParts to set
getFirst
public java.lang.String getFirst()
setFirst
public void setFirst(java.lang.String value)
getSecond
public java.lang.String getSecond()
setSecond
public void setSecond(java.lang.String value)
getThird
public java.lang.String getThird()
setThird
public void setThird(java.lang.String value)
getFourth
public java.lang.String getFourth()
setFourth
public void setFourth(java.lang.String value)