com.centrasite.control.administration.typemanagement.adapters
Class AddProfileAdapter.AvailableAttributesItem

java.lang.Object
  extended by com.centrasite.control.administration.typemanagement.adapters.AddProfileAdapter.AvailableAttributesItem
All Implemented Interfaces:
java.lang.Comparable<AddProfileAdapter.AvailableAttributesItem>
Enclosing class:
AddProfileAdapter

public static class AddProfileAdapter.AvailableAttributesItem
extends java.lang.Object
implements java.lang.Comparable<AddProfileAdapter.AvailableAttributesItem>


Constructor Summary
AddProfileAdapter.AvailableAttributesItem(java.lang.String name, java.lang.String displayName, com.centrasite.jaxr.assettype.CentraSiteAttribute attribute)
           
AddProfileAdapter.AvailableAttributesItem(java.lang.String name, java.lang.String displayName, com.centrasite.jaxr.assettype.CentraSiteAttribute attribute, java.lang.String description)
           
 
Method Summary
 int compareTo(AddProfileAdapter.AvailableAttributesItem other)
           
 java.lang.String getAttributeDesc()
           
 java.lang.String getAttributeDisplayName()
           
 java.lang.String getAttributeName()
           
 com.centrasite.jaxr.assettype.CentraSiteAttribute getAttributeObject()
           
 boolean getSelected()
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddProfileAdapter.AvailableAttributesItem

public AddProfileAdapter.AvailableAttributesItem(java.lang.String name,
                                                 java.lang.String displayName,
                                                 com.centrasite.jaxr.assettype.CentraSiteAttribute attribute,
                                                 java.lang.String description)

AddProfileAdapter.AvailableAttributesItem

public AddProfileAdapter.AvailableAttributesItem(java.lang.String name,
                                                 java.lang.String displayName,
                                                 com.centrasite.jaxr.assettype.CentraSiteAttribute attribute)
Method Detail

getAttributeDesc

public java.lang.String getAttributeDesc()

getAttributeDisplayName

public java.lang.String getAttributeDisplayName()

getAttributeName

public java.lang.String getAttributeName()

getAttributeObject

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

getSelected

public boolean getSelected()

setSelected

public void setSelected(boolean selected)

compareTo

public int compareTo(AddProfileAdapter.AvailableAttributesItem other)
Specified by:
compareTo in interface java.lang.Comparable<AddProfileAdapter.AvailableAttributesItem>