com.sage.orion.sdata.servlet
Class SDataRelatedResource

java.lang.Object
  extended by com.sage.orion.sdata.servlet.SDataRelatedResource

public class SDataRelatedResource
extends java.lang.Object

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

SDataRelatedResource

public 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

Parameters:
path - the payload path to the resource
description - the description of the resource
relativeURL - the relative URL of the resource
Method Detail

getPath

public final java.lang.String getPath()
returns the payload path to the this related resource

Returns:
the payload path to the this related resource

getDescription

public final java.lang.String getDescription()
returns the description of this related resource

Returns:
the description of this related resource

getRelativeURL

public final java.lang.String getRelativeURL()
returns the relative URL to this resource

Returns:
the relative URL to this resource


Copyright © 2011 Sage Software, Inc. All rights reserved.