public class Person extends ContentGroup
ContentGroup.Type| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_URI |
static com.google.common.base.Function<Person,Person> |
COPY |
publisher, relatedLinksDESCENDING_LAST_UPDATED, TO_ID, TO_URI| Constructor and Description |
|---|
Person() |
Person(String uri,
String curie,
org.atlasapi.media.entity.Publisher publisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuote(String quote) |
Person |
copy() |
static String |
formatForUri(String key) |
org.joda.time.DateTime |
getBirthDate() |
String |
getBirthPlace() |
String |
getFamilyName() |
String |
getGender() |
String |
getGivenName() |
Set<String> |
getQuotes() |
String |
name() |
Set<String> |
profileLinks() |
void |
setBirthDate(org.joda.time.DateTime birthDate) |
void |
setBirthPlace(String birthPlace) |
void |
setFamilyName(String familyName) |
void |
setGender(String gender) |
void |
setGivenName(String givenName) |
void |
setQuotes(Iterable<String> quotes) |
Person |
withName(String name) |
Person |
withProfileLink(String profileLink) |
Person |
withProfileLinks(Set<String> profileLinks) |
addContent, addContents, contentGroupRef, copyWithEquivalentTo, getContents, getType, hashChanged, setContents, setReadHash, setTypeaddRelatedLink, copyTo, getDescription, getFirstSeen, getGenres, getImage, getImages, getLastFetched, getLongDescription, getMediaType, getMediumDescription, getPresentationChannel, getPrimaryImage, getPublisher, getRelatedLinks, getShortDescription, getSpecialization, getSynopses, getTags, getThisOrChildLastUpdated, getThumbnail, getTitle, isActivelyPublished, isEquivalentTo, isScheduleOnly, setActivelyPublished, setDescription, setFirstSeen, setGenres, setImage, setImages, setLastFetched, setLongDescription, setMediaType, setMediumDescription, setPresentationChannel, setPresentationChannel, setPublisher, setRelatedLinks, setScheduleOnly, setShortDescription, setSpecialization, setSynopses, setTags, setThisOrChildLastUpdated, setThumbnail, setTitleaddAlias, addAliases, addAliasUrl, addAliasUrls, addEquivalentTo, copyTo, equals, getAliases, getAliasUrls, getAllUris, getCanonicalUri, getCurie, getEquivalenceUpdate, getEquivalentTo, getId, getLastUpdated, hashCode, isEquivalentTo, setAliases, setAliasUrls, setCanonicalUri, setCurie, setEquivalenceUpdate, setEquivalentTo, setId, setId, setLastUpdated, sort, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEquivalentTogetIdgetPublisherpublic static final String BASE_URI
public String getGivenName()
public void setGivenName(String givenName)
public String getFamilyName()
public void setFamilyName(String familyName)
public String getGender()
public void setGender(String gender)
public org.joda.time.DateTime getBirthDate()
public void setBirthDate(org.joda.time.DateTime birthDate)
public String getBirthPlace()
public void setBirthPlace(String birthPlace)
public void addQuote(String quote)
public String name()
public Person copy()
copy in class ContentGroupCopyright © 2014. All rights reserved.