public final class EntityCitizenship extends AbstractDataTransferObject implements EntityCitizenshipContract
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityCitizenship.Builder
A builder which can be used to construct
EntityCitizenship instances. |
| Modifier and Type | Method and Description |
|---|---|
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() |
String |
getObjectId() |
org.joda.time.DateTime |
getStartDate()
Gets this
EntityCitizenshipContract's start date. |
CodedAttribute |
getStatus()
Gets this
EntityCitizenshipContract's citizenship status object. |
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getEntityId()
EntityCitizenshipContractgetEntityId in interface EntityCitizenshipContractEntityCitizenshipContractpublic CodedAttribute getStatus()
EntityCitizenshipContractEntityCitizenshipContract's citizenship status object.getStatus in interface EntityCitizenshipContractEntityCitizenshipContract, or null if none has been assigned.public String getCountryCode()
EntityCitizenshipContractEntityCitizenshipContract's country code.getCountryCode in interface EntityCitizenshipContractEntityCitizenshipContract, or null if none has been assigned.public org.joda.time.DateTime getStartDate()
EntityCitizenshipContractEntityCitizenshipContract's start date.getStartDate in interface EntityCitizenshipContractEntityCitizenshipContract, or null if none has been assigned.public org.joda.time.DateTime getEndDate()
EntityCitizenshipContractEntityCitizenshipContract's end date.getEndDate in interface EntityCitizenshipContractEntityCitizenshipContract, or null if none has been assigned.public Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic boolean isActive()
isActive in interface Inactivatablepublic String getId()
getId in interface IdentifiableCopyright © 2005–2018 The Kuali Foundation. All rights reserved.