public interface Person extends LegalEntity
Entity
classes.Entity
Modifier and Type | Interface and Description |
---|---|
static class |
Person.AgeRange |
static class |
Person.Gender |
static class |
Person.Name |
static class |
Person.PersonType |
Modifier and Type | Method and Description |
---|---|
Person.AgeRange |
getAgeRange() |
Location |
getBestLocation() |
LocationAssociation |
getBestLocationAssociation() |
java.lang.String |
getBestName() |
Person.Gender |
getGender() |
java.util.List<Person.Name> |
getNames() |
Person.PersonType |
getType() |
getAssociations, getBusinessAssociations, getBusinesses, getEntities, getId, getLocationAssociations, getLocations, getName, getPeople, getPersonAssociations, getPhoneAssociations, getPhones, isLoaded, isProxy, load
Person.PersonType getType()
java.util.List<Person.Name> getNames()
Person.AgeRange getAgeRange()
Person.Gender getGender()
java.lang.String getBestName()
LocationAssociation getBestLocationAssociation()
Location getBestLocation()