|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.SDataRelatedResource
public class SDataRelatedResource
A Resource related to another resource
Constructor Summary | |
---|---|
SDataRelatedResource(java.lang.String path,
java.lang.String description,
java.lang.String relativeURL)
Constructs a new SDataRelatedResource object with the given description, located at the given path and relative URL |
Method Summary | |
---|---|
java.lang.String |
getDescription()
returns the description of this related resource |
java.lang.String |
getPath()
returns the payload path to the this related resource |
java.lang.String |
getRelativeURL()
returns the relative URL to this resource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SDataRelatedResource(java.lang.String path, java.lang.String description, java.lang.String relativeURL)
path
- the payload path to the resourcedescription
- the description of the resourcerelativeURL
- the relative URL of the resourceMethod Detail |
---|
public final java.lang.String getPath()
public final java.lang.String getDescription()
public final java.lang.String getRelativeURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |