Class CodedAttribute

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.CodedAttribute
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Coded, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, CodedAttributeContract

public final class CodedAttribute extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements CodedAttributeContract
See Also:
  • Method Details

    • getName

      public String getName()
      Description copied from interface: CodedAttributeContract
      This the name for the AddressType. This can be null or a blank string.
      Specified by:
      getName in interface CodedAttributeContract
      Returns:
      the name of the AddressType
    • getCode

      public String getCode()
      Specified by:
      getCode in interface org.kuali.rice.core.api.mo.common.Coded
    • getSortCode

      public String getSortCode()
      Description copied from interface: CodedAttributeContract
      This the sort code for the AddressType. This can be null or a blank string.
      Specified by:
      getSortCode in interface CodedAttributeContract
      Returns:
      the sort code of the AddressType
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned
    • getObjectId

      public String getObjectId()
      Specified by:
      getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUnique
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable