Interface EntityAffiliationTypeEbo
- All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject,org.kuali.rice.core.api.mo.common.Coded,org.kuali.rice.kim.api.identity.CodedAttributeContract,org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationTypeContract,org.kuali.rice.krad.bo.ExternalizableBusinessObject,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.ModelObjectBasic,Serializable,org.kuali.rice.core.api.mo.common.Versioned
public interface EntityAffiliationTypeEbo
extends org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationTypeContract, org.kuali.rice.krad.bo.ExternalizableBusinessObject
TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()The code value for this object.getName()This the name for the AddressType.Return the globally unique object id of this object.This the sort code for the AddressType.Returns the version number for this object.booleanisActive()The active indicator for an object.booleanThis value determines if the Affiliation Type is an employment type.Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refreshMethods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
-
Method Details
-
isEmploymentAffiliationType
boolean isEmploymentAffiliationType()This value determines if the Affiliation Type is an employment type.- Specified by:
isEmploymentAffiliationTypein interfaceorg.kuali.rice.kim.api.identity.affiliation.EntityAffiliationTypeContract- Returns:
- the boolean value representing if type is an employment type
-
getName
String getName()This the name for the AddressType. This can be null or a blank string.- Specified by:
getNamein interfaceorg.kuali.rice.kim.api.identity.CodedAttributeContract- Returns:
- the name of the AddressType
-
getSortCode
String getSortCode()This the sort code for the AddressType. This can be null or a blank string.- Specified by:
getSortCodein interfaceorg.kuali.rice.kim.api.identity.CodedAttributeContract- Returns:
- the sort code of the AddressType
-
getVersionNumber
Long getVersionNumber()Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned- Returns:
- the version number, or null if one has not been assigned yet
-
getObjectId
String getObjectId()Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique- Returns:
- the objectId of this object, or null if it has not been set yet
-
isActive
boolean isActive()The active indicator for an object.- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable- Returns:
- true if active false if not.
-
getCode
String getCode()The code value for this object. In general a code value cannot be null or a blank string.- Specified by:
getCodein interfaceorg.kuali.rice.core.api.mo.common.Coded- Returns:
- the code value for this object.
-