com.centrasite.control.adapters.detailview.dynamicprofile
Class IPv4AttributeLine

java.lang.Object
  extended by com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
      extended by com.centrasite.control.adapters.detailview.dynamicprofile.SlotTypeAttributeLine
          extended by 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).


Field Summary
 
Fields inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.BaseAttributeLine
COLUMN_WIDTH_ACTION, COLUMN_WIDTH_ATTRIBUTE, COLUMN_WIDTH_VALUE, isBrowserChrome, isBrowserFire, TOTAL_WIDTH
 
Constructor Summary
IPv4AttributeLine(AttributeLineContext context)
           
 
Method Summary
 java.lang.String getFirst()
           
 java.lang.String getFourth()
           
 java.lang.String[] getIpParts()
           
 java.lang.String getSecond()
           
 java.lang.String getStatusProp()
           
 java.lang.String getThird()
           
 void setFirst(java.lang.String value)
           
 void setFourth(java.lang.String value)
           
 void setIpParts(java.lang.String[] ipParts)
           
 void setSecond(java.lang.String value)
           
 void setThird(java.lang.String value)
           
 boolean validate()
           
 
Methods inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.SlotTypeAttributeLine
buildUI, getSlot, getStringValue, getValue, hasAction, passivate, setSlot, setValue
 
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
 

Constructor Detail

IPv4AttributeLine

public IPv4AttributeLine(AttributeLineContext context)
Method Detail

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)