com.centrasite.control.administration.typemanagement.adapters
Class AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem

java.lang.Object
  extended by com.centrasite.control.administration.typemanagement.adapters.AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem
Enclosing class:
AssetTypeDetailAdapter.ProfileLinesItem

public class AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem
extends java.lang.Object


Constructor Summary
AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem()
           
 
Method Summary
 void editAttribute()
           
 java.lang.String getAttribute()
           
 java.lang.String getAttributeDesc()
           
 boolean getAttributeSIS()
           
 java.lang.String getAttributeType()
           
 java.lang.String getAttrSpace()
           
 com.centrasite.jaxr.assettype.CentraSiteAttribute getLineAttribute()
           
 javax.xml.registry.infomodel.RegistryEntry getLineProfile()
           
 void setAttribute(java.lang.String value)
           
 void setAttributeDesc(java.lang.String value)
           
 void setAttributeSIS(boolean value)
           
 void setAttributeType(java.lang.String value)
           
 void setAttrSpace(java.lang.String value)
           
 void setLineAttribute(com.centrasite.jaxr.assettype.CentraSiteAttribute value)
           
 void setLineProfile(javax.xml.registry.infomodel.RegistryEntry value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem

public AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem()
Method Detail

getAttribute

public java.lang.String getAttribute()

setAttribute

public void setAttribute(java.lang.String value)

getAttrSpace

public java.lang.String getAttrSpace()

setAttrSpace

public void setAttrSpace(java.lang.String value)

getAttributeType

public java.lang.String getAttributeType()

setAttributeType

public void setAttributeType(java.lang.String value)

getAttributeDesc

public java.lang.String getAttributeDesc()

setAttributeDesc

public void setAttributeDesc(java.lang.String value)

getAttributeSIS

public boolean getAttributeSIS()

setAttributeSIS

public void setAttributeSIS(boolean value)

getLineAttribute

public com.centrasite.jaxr.assettype.CentraSiteAttribute getLineAttribute()

setLineAttribute

public void setLineAttribute(com.centrasite.jaxr.assettype.CentraSiteAttribute value)

getLineProfile

public javax.xml.registry.infomodel.RegistryEntry getLineProfile()

setLineProfile

public void setLineProfile(javax.xml.registry.infomodel.RegistryEntry value)

editAttribute

public void editAttribute()