Class EntityAffiliationType
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationType
- All Implemented Interfaces:
Serializable,Inactivatable,Coded,GloballyUnique,Versioned,ModelObjectBasic,ModelObjectComplete,EntityAffiliationTypeContract,CodedAttributeContract
public final class EntityAffiliationType
extends AbstractDataTransferObject
implements EntityAffiliationTypeContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructinstances.invalid reference
CodedAttribute -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getName
Description copied from interface:CodedAttributeContractThis the name for the AddressType. This can be null or a blank string.- Specified by:
getNamein interfaceCodedAttributeContract- Returns:
- the name of the AddressType
-
getCode
-
getSortCode
Description copied from interface:CodedAttributeContractThis the sort code for the AddressType. This can be null or a blank string.- Specified by:
getSortCodein interfaceCodedAttributeContract- Returns:
- the sort code of the AddressType
-
isEmploymentAffiliationType
public boolean isEmploymentAffiliationType()Description copied from interface:EntityAffiliationTypeContractThis value determines if the Affiliation Type is an employment type.- Specified by:
isEmploymentAffiliationTypein interfaceEntityAffiliationTypeContract- Returns:
- the boolean value representing if type is an employment type
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-