org.kuali.rice.kim.api.identity.citizenship
Class EntityCitizenship

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kim.api.identity.citizenship.EntityCitizenship
All Implemented Interfaces:
Serializable, Inactivatable, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, ModelObjectComplete, EntityCitizenshipContract

public final class EntityCitizenship
extends AbstractDataTransferObject
implements EntityCitizenshipContract

See Also:
Serialized Form

Nested Class Summary
static class EntityCitizenship.Builder
          A builder which can be used to construct EntityCitizenship instances.
 
Method Summary
 String getCountryCode()
          Gets this EntityCitizenshipContract's country code.
 org.joda.time.DateTime getEndDate()
          Gets this EntityCitizenshipContract's end date.
 String getEntityId()
          Gets this id of the parent identity object.
 String getId()
          The unique identifier for an object.
 String getObjectId()
          Return the globally unique object id of this object.
 org.joda.time.DateTime getStartDate()
          Gets this EntityCitizenshipContract's start date.
 CodedAttribute getStatus()
          Gets this EntityCitizenshipContract's citizenship status object.
 Long getVersionNumber()
          Returns the version number for this object.
 boolean isActive()
          The active indicator for an object.
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getEntityId

public String getEntityId()
Description copied from interface: EntityCitizenshipContract
Gets this id of the parent identity object.

Specified by:
getEntityId in interface EntityCitizenshipContract
Returns:
the identity id for this EntityCitizenshipContract

getStatus

public CodedAttribute getStatus()
Description copied from interface: EntityCitizenshipContract
Gets this EntityCitizenshipContract's citizenship status object.

Specified by:
getStatus in interface EntityCitizenshipContract
Returns:
the Type object of citizenship status for this EntityCitizenshipContract, or null if none has been assigned.

getCountryCode

public String getCountryCode()
Description copied from interface: EntityCitizenshipContract
Gets this EntityCitizenshipContract's country code.

Specified by:
getCountryCode in interface EntityCitizenshipContract
Returns:
the country code for this EntityCitizenshipContract, or null if none has been assigned.

getStartDate

public org.joda.time.DateTime getStartDate()
Description copied from interface: EntityCitizenshipContract
Gets this EntityCitizenshipContract's start date.

Specified by:
getStartDate in interface EntityCitizenshipContract
Returns:
the start date for this EntityCitizenshipContract, or null if none has been assigned.

getEndDate

public org.joda.time.DateTime getEndDate()
Description copied from interface: EntityCitizenshipContract
Gets this EntityCitizenshipContract's end date.

Specified by:
getEndDate in interface EntityCitizenshipContract
Returns:
the end date for this EntityCitizenshipContract, or null if none has been assigned.

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
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

public String getObjectId()
Description copied from interface: GloballyUnique
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

public boolean isActive()
Description copied from interface: Inactivatable
The active indicator for an object.

Specified by:
isActive in interface Inactivatable
Returns:
true if active false if not.

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id


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