com.att.gs.codip.resource
Interface PhysicalResource

All Superinterfaces:
LogicalResource

public interface PhysicalResource
extends LogicalResource

Defines required functionality of Kage Physical resources.

The resource ID is unique and immutable once created. Currently the ID is the resources Logical URI. Note that this is distinct from the Physical URL that are used to locate and access this resource.

Each resource exists with in a single XML Name Space.


Method Summary
 java.lang.String getPhysicalURL()
          Gets the physical URL for the resource.
 
Methods inherited from interface com.att.gs.codip.resource.LogicalResource
getComment, getID, getLabel, getLocalName, getNamespace, getType, getURI, isLiteralType, isType, setComment, setLabel, setType
 

Method Detail

getPhysicalURL

public java.lang.String getPhysicalURL()
Gets the physical URL for the resource.

Returns:
The physical URL for the resource.


CODIP AT&T Government Solutions, Inc.