public interface EntityCitizenshipContract extends Versioned, GloballyUnique, Inactivatable, Identifiable
| 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.
|
org.joda.time.DateTime |
getStartDate()
Gets this
EntityCitizenshipContract's start date. |
CodedAttributeContract |
getStatus()
Gets this
EntityCitizenshipContract's citizenship status object. |
getVersionNumbergetObjectIdisActivegetIdString getEntityId()
EntityCitizenshipContractCodedAttributeContract getStatus()
EntityCitizenshipContract's citizenship status object.EntityCitizenshipContract, or null if none has been assigned.String getCountryCode()
EntityCitizenshipContract's country code.EntityCitizenshipContract, or null if none has been assigned.org.joda.time.DateTime getStartDate()
EntityCitizenshipContract's start date.EntityCitizenshipContract, or null if none has been assigned.org.joda.time.DateTime getEndDate()
EntityCitizenshipContract's end date.EntityCitizenshipContract, or null if none has been assigned.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.