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

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

public class AssetTypeDetailAdapter.ProfileLinesItem
extends java.lang.Object


Nested Class Summary
 class AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem
           
 
Constructor Summary
AssetTypeDetailAdapter.ProfileLinesItem()
           
AssetTypeDetailAdapter.ProfileLinesItem(java.util.Collection<com.centrasite.jaxr.assettype.CentraSiteAttribute> attributes, javax.xml.registry.infomodel.RegistryEntry profile)
           
 
Method Summary
 com.softwareag.cis.server.util.TEXTGRIDCollection getAttributes()
           
 boolean getHasAttributes()
           
 boolean getIsFoldable()
           
 java.lang.String getName()
           
 boolean getSelected()
           
 void setIsFoldable(boolean value)
           
 void setName(java.lang.String value)
           
 void setSelected(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTypeDetailAdapter.ProfileLinesItem

public AssetTypeDetailAdapter.ProfileLinesItem()

AssetTypeDetailAdapter.ProfileLinesItem

public AssetTypeDetailAdapter.ProfileLinesItem(java.util.Collection<com.centrasite.jaxr.assettype.CentraSiteAttribute> attributes,
                                               javax.xml.registry.infomodel.RegistryEntry profile)
Method Detail

getHasAttributes

public boolean getHasAttributes()

getAttributes

public com.softwareag.cis.server.util.TEXTGRIDCollection getAttributes()

getSelected

public boolean getSelected()

setSelected

public void setSelected(boolean value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getIsFoldable

public boolean getIsFoldable()

setIsFoldable

public void setIsFoldable(boolean value)