com.centrasite.control.administration.typemanagement.adapters
Class ViewProfilesAdapter.ProfilesItem

java.lang.Object
  extended by com.centrasite.control.administration.typemanagement.adapters.ViewProfilesAdapter.ProfilesItem
Enclosing class:
ViewProfilesAdapter

public class ViewProfilesAdapter.ProfilesItem
extends java.lang.Object


Constructor Summary
ViewProfilesAdapter.ProfilesItem()
           
ViewProfilesAdapter.ProfilesItem(java.util.Collection<java.lang.String> attributeCollection)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewProfilesAdapter.ProfilesItem

public ViewProfilesAdapter.ProfilesItem()

ViewProfilesAdapter.ProfilesItem

public ViewProfilesAdapter.ProfilesItem(java.util.Collection<java.lang.String> attributeCollection)
Method Detail

getAttributes

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

getSelected

public boolean getSelected()

setSelected

public void setSelected(boolean value)

getDeleteStatus

public java.lang.String getDeleteStatus()

setDeleteStatus

public void setDeleteStatus(java.lang.String value)

getShowLink

public java.lang.String getShowLink()

setShowLink

public void setShowLink(java.lang.String 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)

getThisProfile

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

setThisProfile

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

editProfile

public void editProfile()
To Edit a Profile