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

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
              extended by com.centrasite.control.adapters.detailview.dynamicprofile.IPv6AttributeLine
All Implemented Interfaces:
DynamicLine

public class IPv6AttributeLine
extends IPv4AttributeLine

Dynamic line representing profile attribute of type IPv6 (CS:ipv6_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
IPv6AttributeLine(AttributeLineContext context)
           
 
Method Summary
 java.lang.String getEight()
           
 java.lang.String getFifth()
           
 java.lang.String getSeventh()
           
 java.lang.String getSixth()
           
 java.lang.String getStatusProp()
           
 void setEight(java.lang.String value)
           
 void setFifth(java.lang.String value)
           
 void setSeventh(java.lang.String value)
           
 void setSixth(java.lang.String value)
           
 
Methods inherited from class com.centrasite.control.adapters.detailview.dynamicprofile.IPv4AttributeLine
getFirst, getFourth, getIpParts, getSecond, getThird, setFirst, setFourth, setIpParts, setSecond, setThird, 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

IPv6AttributeLine

public IPv6AttributeLine(AttributeLineContext context)
Method Detail

getStatusProp

public java.lang.String getStatusProp()
Overrides:
getStatusProp in class IPv4AttributeLine

getFifth

public java.lang.String getFifth()

setFifth

public void setFifth(java.lang.String value)

getSixth

public java.lang.String getSixth()

setSixth

public void setSixth(java.lang.String value)

getSeventh

public java.lang.String getSeventh()

setSeventh

public void setSeventh(java.lang.String value)

getEight

public java.lang.String getEight()

setEight

public void setEight(java.lang.String value)