public class ViewProfilesAdapter.ProfilesItem
extends java.lang.Object
Constructor and Description |
---|
ViewProfilesAdapter.ProfilesItem() |
ViewProfilesAdapter.ProfilesItem(java.util.Collection<java.lang.String> attributeCollection) |
Modifier and Type | Method and Description |
---|---|
void |
editProfile()
To Edit a Profile
|
com.softwareag.cis.server.util.TEXTGRIDCollection |
getAttributes() |
java.lang.String |
getDeleteStatus() |
boolean |
getIsFoldable() |
java.lang.String |
getName() |
boolean |
getSelected() |
java.lang.String |
getShowLink() |
javax.xml.registry.infomodel.RegistryEntry |
getThisProfile() |
void |
setDeleteStatus(java.lang.String value) |
void |
setIsFoldable(boolean value) |
void |
setName(java.lang.String value) |
void |
setSelected(boolean value) |
void |
setShowLink(java.lang.String value) |
void |
setThisProfile(javax.xml.registry.infomodel.RegistryEntry value) |
public ViewProfilesAdapter.ProfilesItem()
public ViewProfilesAdapter.ProfilesItem(java.util.Collection<java.lang.String> attributeCollection)
public com.softwareag.cis.server.util.TEXTGRIDCollection getAttributes()
public boolean getSelected()
public void setSelected(boolean value)
public java.lang.String getDeleteStatus()
public void setDeleteStatus(java.lang.String value)
public java.lang.String getShowLink()
public void setShowLink(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public boolean getIsFoldable()
public void setIsFoldable(boolean value)
public javax.xml.registry.infomodel.RegistryEntry getThisProfile()
public void setThisProfile(javax.xml.registry.infomodel.RegistryEntry value)
public void editProfile()