com.centrasite.control.administration.typemanagement.adapters
Class AddProfileAdapter.AvailableAttributesItem
java.lang.Object
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>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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>