public class AssetTypeDetailAdapter.ProfileLinesItem
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AssetTypeDetailAdapter.ProfileLinesItem.AttributesItem |
Constructor and Description |
---|
ProfileLinesItem() |
ProfileLinesItem(java.util.Collection<com.centrasite.jaxr.assettype.CentraSiteAttribute> attributes,
javax.xml.registry.infomodel.RegistryEntry profile) |
Modifier and Type | Method and Description |
---|---|
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) |
public ProfileLinesItem()
public ProfileLinesItem(java.util.Collection<com.centrasite.jaxr.assettype.CentraSiteAttribute> attributes, javax.xml.registry.infomodel.RegistryEntry profile)
public boolean getHasAttributes()
public com.softwareag.cis.server.util.TEXTGRIDCollection getAttributes()
public boolean getSelected()
public void setSelected(boolean value)
public java.lang.String getName()
public void setName(java.lang.String value)
public boolean getIsFoldable()
public void setIsFoldable(boolean value)