Class Location
- java.lang.Object
-
- com.rometools.modules.mediarss.types.Location
-
- All Implemented Interfaces:
Serializable
public class Location extends Object implements Serializable
Optional tag to include location information about a media object.- Since:
- MediaRSS 1.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescription()TimegetEnd()GeoRSSModulegetGeoRss()TimegetStart()inthashCode()voidsetDescription(String description)voidsetEnd(Time end)voidsetGeoRss(GeoRSSModule geoRss)voidsetStart(Time start)StringtoString()
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getStart
public Time getStart()
-
setStart
public void setStart(Time start)
-
getEnd
public Time getEnd()
-
setEnd
public void setEnd(Time end)
-
getGeoRss
public GeoRSSModule getGeoRss()
-
setGeoRss
public void setGeoRss(GeoRSSModule geoRss)
-
-