Class IDCAttribute

java.lang.Object
oracle.iam.certification.vo.IDCAttribute
All Implemented Interfaces:
Serializable, CertificationConstants, Constants

public class IDCAttribute extends Object implements Serializable, CertificationConstants
Simplified RXAttribute only used in certification
See Also:
  • Constructor Details

    • IDCAttribute

      public IDCAttribute(String name)
  • Method Details

    • getName

      public String getName()
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getAttributeId

      public Long getAttributeId()
    • setAttributeId

      public void setAttributeId(Long attributeId)
    • getAttributeOrder

      public int getAttributeOrder()
    • setAttributeOrder

      public void setAttributeOrder(int attributeOrder)
    • getIDCAttributeValues

      public List<IDCAttributeValue> getIDCAttributeValues()
    • setIDCAttributeValues

      public void setIDCAttributeValues(List<IDCAttributeValue> attributeValues)
    • getGlossary

      public Map<String,AttributeGlossaryItem> getGlossary()
    • setGlossary

      public void setGlossary(Map<String,AttributeGlossaryItem> glossary)
    • hasAnyRevokedValue

      public boolean hasAnyRevokedValue()