public abstract class ActivityObject extends Entry implements HasLocation
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ActivityObject() |
| Modifier and Type | Method and Description |
|---|---|
ContactModule |
getAddress() |
GeoRSSModule |
getLocation() |
abstract java.lang.String |
getTypeIRI() |
void |
setAddress(ContactModule address) |
void |
setLocation(GeoRSSModule location) |
clone, equals, findRelatedLink, getAlternateLinks, getAuthors, getCategories, getContents, getContributors, getCreated, getForeignMarkup, getId, getIssued, getModified, getModule, getModules, getOtherLinks, getPublished, getRights, getSource, getSummary, getTitle, getTitleEx, getUpdated, getXmlBase, hashCode, isMediaEntry, setAlternateLinks, setAuthors, setCategories, setContents, setContributors, setCreated, setForeignMarkup, setId, setIssued, setModified, setModules, setOtherLinks, setPublished, setRights, setSource, setSummary, setTitle, setTitleEx, setUpdated, setXmlBase, toStringprivate static final long serialVersionUID
public abstract java.lang.String getTypeIRI()
public GeoRSSModule getLocation()
getLocation in interface HasLocationpublic void setLocation(GeoRSSModule location)
setLocation in interface HasLocationpublic ContactModule getAddress()
getAddress in interface HasLocationpublic void setAddress(ContactModule address)
setAddress in interface HasLocation