org.kuali.rice.kim.framework.identity.citizenship
Interface EntityCitizenshipStatusEbo

All Superinterfaces:
BusinessObject, Coded, CodedAttributeContract, ExternalizableBusinessObject, GloballyUnique, Inactivatable, ModelObjectBasic, Serializable, Versioned

public interface EntityCitizenshipStatusEbo
extends CodedAttributeContract, ExternalizableBusinessObject

TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed


Method Summary
 String getCode()
          The code value for this object.
 String getName()
          This the name for the AddressType.
 String getObjectId()
          Return the globally unique object id of this object.
 String getSortCode()
          This the sort code for the AddressType.
 Long getVersionNumber()
          Returns the version number for this object.
 boolean isActive()
          The active indicator for an object.
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getName

String getName()
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

getSortCode

String getSortCode()
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

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:
getVersionNumber in interface 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:
getObjectId in interface 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:
isActive in interface 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:
getCode in interface Coded
Returns:
the code value for this object.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.