Class ActivityObject
- java.lang.Object
-
- com.rometools.rome.feed.atom.Entry
-
- com.rometools.modules.activitystreams.types.ActivityObject
-
- All Implemented Interfaces:
HasLocation,Extendable,Serializable,Cloneable
- Direct Known Subclasses:
Article,Audio,Bookmark,Comment,Event,File,Folder,List,Note,Person,Photo,PhotoAlbum,Place,Playlist,Product,Review,Service,Song,Status
public abstract class ActivityObject extends Entry implements HasLocation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivityObject()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ContactModulegetAddress()GeoRSSModulegetLocation()abstract StringgetTypeIRI()voidsetAddress(ContactModule address)voidsetLocation(GeoRSSModule location)-
Methods inherited from class com.rometools.rome.feed.atom.Entry
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, toString
-
-
-
-
Method Detail
-
getTypeIRI
public abstract String getTypeIRI()
-
getLocation
public GeoRSSModule getLocation()
- Specified by:
getLocationin interfaceHasLocation
-
setLocation
public void setLocation(GeoRSSModule location)
- Specified by:
setLocationin interfaceHasLocation
-
getAddress
public ContactModule getAddress()
- Specified by:
getAddressin interfaceHasLocation
-
setAddress
public void setAddress(ContactModule address)
- Specified by:
setAddressin interfaceHasLocation
-
-