org.kuali.rice.kim.bo.entity
Interface KimEntityCitizenship

All Superinterfaces:
Inactivateable
All Known Implementing Classes:
KimEntityCitizenshipImpl, KimEntityCitizenshipInfo

public interface KimEntityCitizenship
extends Inactivateable

citizenship information for a KIM entity

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getCitizenshipStatusCode()
          Gets this KimEntityCitizenship's citizenship status code.
 String getCountryCode()
          Gets this KimEntityCitizenship's country code.
 Date getEndDate()
          Gets this KimEntityCitizenship's end date.
 String getEntityCitizenshipId()
          Gets this KimEntityCitizenship's id.
 Date getStartDate()
          Gets this KimEntityCitizenship's start date.
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 

Method Detail

getEntityCitizenshipId

String getEntityCitizenshipId()
Gets this KimEntityCitizenship's id.

Returns:
the id for this KimEntityCitizenship, or null if none has been assigned.

getCitizenshipStatusCode

String getCitizenshipStatusCode()
Gets this KimEntityCitizenship's citizenship status code.

Returns:
the citizenship status code for this KimEntityCitizenship, or null if none has been assigned.

getCountryCode

String getCountryCode()
Gets this KimEntityCitizenship's country code.

Returns:
the country code for this KimEntityCitizenship, or null if none has been assigned.

getStartDate

Date getStartDate()
Gets this KimEntityCitizenship's start date.

Returns:
the start date for this KimEntityCitizenship, or null if none has been assigned.

getEndDate

Date getEndDate()
Gets this KimEntityCitizenship's end date.

Returns:
the end date for this KimEntityCitizenship, or null if none has been assigned.


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