|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kim.api.identity.citizenship.EntityCitizenship
public final class EntityCitizenship
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 |
---|
public String getEntityId()
EntityCitizenshipContract
getEntityId
in interface EntityCitizenshipContract
EntityCitizenshipContract
public CodedAttribute getStatus()
EntityCitizenshipContract
EntityCitizenshipContract
's citizenship status object.
getStatus
in interface EntityCitizenshipContract
EntityCitizenshipContract
, or null if none has been assigned.public String getCountryCode()
EntityCitizenshipContract
EntityCitizenshipContract
's country code.
getCountryCode
in interface EntityCitizenshipContract
EntityCitizenshipContract
, or null if none has been assigned.public org.joda.time.DateTime getStartDate()
EntityCitizenshipContract
EntityCitizenshipContract
's start date.
getStartDate
in interface EntityCitizenshipContract
EntityCitizenshipContract
, or null if none has been assigned.public org.joda.time.DateTime getEndDate()
EntityCitizenshipContract
EntityCitizenshipContract
's end date.
getEndDate
in interface EntityCitizenshipContract
EntityCitizenshipContract
, or null if none has been assigned.public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public String getId()
Identifiable
getId
in interface Identifiable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |