| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| EntityBioDemographicsContract | 
  | 
  | 1.0;1 | 
| 1 |  package org.kuali.rice.kim.api.entity.personal; | |
| 2 | ||
| 3 |  import org.kuali.rice.core.api.mo.common.GloballyUnique; | |
| 4 |  import org.kuali.rice.core.api.mo.common.Versioned; | |
| 5 | ||
| 6 |  import java.util.Date; | |
| 7 | ||
| 8 | ||
| 9 | public interface EntityBioDemographicsContract extends Versioned, GloballyUnique {  | |
| 10 |      /** | |
| 11 |       * Gets this {@link EntityBioDemographicsContract}'s entity id. | |
| 12 |       * @return the entity id for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 13 |       */ | |
| 14 | String getEntityId();  | |
| 15 | ||
| 16 |          /** | |
| 17 |       * Gets this {@link EntityBioDemographicsContract}'s deceased date. | |
| 18 |       * @return the deceased date for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 19 |       */ | |
| 20 | Date getDeceasedDate();  | |
| 21 | ||
| 22 |          /** | |
| 23 |       * Gets this {@link EntityBioDemographicsContract}'s birth date. | |
| 24 |       * @return the birth date for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 25 |       */ | |
| 26 | Date getBirthDate();  | |
| 27 | ||
| 28 |          /** | |
| 29 |       * Gets this {@link EntityBioDemographicsContract}'s gender code. | |
| 30 |       * @return the gender code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 31 |       */ | |
| 32 | String getGenderCode();  | |
| 33 | ||
| 34 |          /** | |
| 35 |       * Gets this {@link EntityBioDemographicsContract}'s marital status code. | |
| 36 |       * @return the marital status code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 37 |       */ | |
| 38 | String getMaritalStatusCode();  | |
| 39 | ||
| 40 |          /** | |
| 41 |       * Gets this {@link EntityBioDemographicsContract}'s primary language code. | |
| 42 |       * @return the primary language code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 43 |       */ | |
| 44 | String getPrimaryLanguageCode();  | |
| 45 | ||
| 46 |          /** | |
| 47 |       * Gets this {@link EntityBioDemographicsContract}'s secondary language code. | |
| 48 |       * @return the secondary language code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 49 |       */ | |
| 50 | String getSecondaryLanguageCode();  | |
| 51 | ||
| 52 |          /** | |
| 53 |       * Gets this {@link EntityBioDemographicsContract}'s country of birth code. | |
| 54 |       * @return the country of birth code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 55 |       */ | |
| 56 | String getCountryOfBirthCode();  | |
| 57 | ||
| 58 |          /** | |
| 59 |       * Gets this {@link EntityBioDemographicsContract}'s birth state code. | |
| 60 |       * @return the birth state code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 61 |       */ | |
| 62 | String getBirthStateCode();  | |
| 63 | ||
| 64 |          /** | |
| 65 |       * Gets this {@link EntityBioDemographicsContract}'s city of birth. | |
| 66 |       * @return the city of birth for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 67 |       */ | |
| 68 | String getCityOfBirth();  | |
| 69 | ||
| 70 |          /** | |
| 71 |       * Gets this {@link EntityBioDemographicsContract}'s geographic origin. | |
| 72 |       * @return the geographic origin for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 73 |       */ | |
| 74 | String getGeographicOrigin();  | |
| 75 | ||
| 76 |          /** | |
| 77 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked birth date. | |
| 78 |       * @return the unmasked birth date for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 79 |       */ | |
| 80 | Date getBirthDateUnmasked();  | |
| 81 | ||
| 82 |          /** | |
| 83 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked gender code. | |
| 84 |       * @return the unmasked gender code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 85 |       */ | |
| 86 | String getGenderCodeUnmasked();  | |
| 87 | ||
| 88 |          /** | |
| 89 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked martial status code. | |
| 90 |       * @return the unmasked martial status code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 91 |       */ | |
| 92 | String getMaritalStatusCodeUnmasked();  | |
| 93 | ||
| 94 |          /** | |
| 95 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked primary language code. | |
| 96 |       * @return the unmasked primary language code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 97 |       */ | |
| 98 | String getPrimaryLanguageCodeUnmasked();  | |
| 99 | ||
| 100 |          /** | |
| 101 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked secondary language code. | |
| 102 |       * @return the unmasked secondary language code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 103 |       */ | |
| 104 | String getSecondaryLanguageCodeUnmasked();  | |
| 105 | ||
| 106 |          /** | |
| 107 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked country of birth code. | |
| 108 |       * @return the unmasked country of birth code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 109 |       */ | |
| 110 | String getCountryOfBirthCodeUnmasked();  | |
| 111 | ||
| 112 |          /** | |
| 113 |       * Gets this {@link EntityBioDemographicsContract}'s unmaksed birth state code. | |
| 114 |       * @return the unmaksed birth state code for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 115 |       */ | |
| 116 | String getBirthStateCodeUnmasked();  | |
| 117 | ||
| 118 |          /** | |
| 119 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked city of birth. | |
| 120 |       * @return the unmasked city of birth for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 121 |       */ | |
| 122 | String getCityOfBirthUnmasked();  | |
| 123 | ||
| 124 |          /** | |
| 125 |       * Gets this {@link EntityBioDemographicsContract}'s unmasked geographic origin. | |
| 126 |       * @return the unmasked geographic origin for this {@link EntityBioDemographicsContract}, or null if none has been assigned. | |
| 127 |       */ | |
| 128 | String getGeographicOriginUnmasked();  | |
| 129 | ||
| 130 |      /** | |
| 131 |       * Returns a boolean value that determines if personal fields should be suppressed. | |
| 132 |       * @return boolean value that determines if personal fields should be suppressed. | |
| 133 |       */ | |
| 134 |          boolean isSuppressPersonal(); | |
| 135 | }  |