public static class AddProfileAdapter.AvailableAttributesItem extends java.lang.Object implements java.lang.Comparable<AddProfileAdapter.AvailableAttributesItem>
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
public AddProfileAdapter.AvailableAttributesItem(java.lang.String name, java.lang.String displayName, com.centrasite.jaxr.assettype.CentraSiteAttribute attribute, java.lang.String description)
public AddProfileAdapter.AvailableAttributesItem(java.lang.String name, java.lang.String displayName, com.centrasite.jaxr.assettype.CentraSiteAttribute attribute)
public java.lang.String getAttributeDesc()
public java.lang.String getAttributeDisplayName()
public java.lang.String getAttributeName()
public com.centrasite.jaxr.assettype.CentraSiteAttribute getAttributeObject()
public boolean getSelected()
public void setSelected(boolean selected)
public int compareTo(AddProfileAdapter.AvailableAttributesItem other)
compareTo
in interface java.lang.Comparable<AddProfileAdapter.AvailableAttributesItem>