|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.control.georss.AtomFeedWriter.AtomEntry
public class AtomFeedWriter.AtomEntry
Represents an Atom Entry.
Constructor Summary | |
---|---|
AtomFeedWriter.AtomEntry()
|
Method Summary | |
---|---|
void |
addResourceLink(ResourceLink resourcelink)
Adds the resource link. |
String |
getCustomElements()
Gets the custom elements. |
String |
getId()
Gets the id. |
LinkedList<String> |
getLinks()
Gets the links. |
double |
getMaxx()
Gets the maxx. |
double |
getMaxy()
Gets the maxy. |
double |
getMinx()
Gets the minx. |
double |
getMiny()
Gets the miny. |
Date |
getPublished()
Gets the published. |
String |
getSummary()
Gets the summary. |
String |
getTitle()
Gets the title. |
void |
setCustomElements(String customElements)
Sets the custom elements. |
void |
setId(String id)
Sets the id. |
void |
setMaxx(double _maxx)
Sets the maxx. |
void |
setMaxy(double _maxy)
Sets the maxy. |
void |
setMinx(double _minx)
Sets the minx. |
void |
setMiny(double _miny)
Sets the miny. |
void |
setPublished(Date published)
Sets the published. |
void |
setSummary(String summary)
Sets the summary. |
void |
setTitle(String title)
Sets the title. |
void |
WriteTo(Writer writer)
Write to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomFeedWriter.AtomEntry()
Method Detail |
---|
public double getMinx()
public double getMiny()
public double getMaxx()
public double getMaxy()
public void setMinx(double _minx)
_minx
- the new minxpublic void setMiny(double _miny)
_miny
- the new minypublic void setMaxx(double _maxx)
_maxx
- the new maxxpublic void setMaxy(double _maxy)
_maxy
- the new maxypublic String getId()
public String getTitle()
public LinkedList<String> getLinks()
public Date getPublished()
public String getSummary()
public void setId(String id)
id
- the new idpublic void setTitle(String title)
title
- the new titlepublic void setPublished(Date published)
published
- the new publishedpublic void setSummary(String summary)
summary
- the new summarypublic String getCustomElements()
public void setCustomElements(String customElements)
customElements
- the new custom elementspublic void addResourceLink(ResourceLink resourcelink)
resourcelink
- the resourcelinkpublic void WriteTo(Writer writer)
writer
- the writer
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |