- Author:
- muzquiano
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
protocolId
protected String protocolId
objectId
protected String objectId
endpointId
protected String endpointId
bytes
protected byte[] bytes
AbstractResource
public AbstractResource(String protocolId,
String endpointId,
String objectId)
getResourceId
public String getResourceId()
- Description copied from interface:
Resource
- Gets the resource id.
- Specified by:
getResourceId in interface Resource
- Returns:
- the resource id
getProtocolId
public String getProtocolId()
- Description copied from interface:
Resource
- Gets the protocol id
- Specified by:
getProtocolId in interface Resource
- Returns:
- the protocol id
getObjectId
public String getObjectId()
- Description copied from interface:
Resource
- Returns the object id of the resource
- Specified by:
getObjectId in interface Resource
- Returns:
- the object id
setObjectId
public void setObjectId(String objectId)
- Description copied from interface:
Resource
- Sets the object id.
- Specified by:
setObjectId in interface Resource
- Parameters:
objectId - the new object id
setEndpointId
public void setEndpointId(String endpointId)
- Description copied from interface:
Resource
- Sets the endpoint of the resource
- Specified by:
setEndpointId in interface Resource
getEndpointId
public String getEndpointId()
- Description copied from interface:
Resource
- Returns the endpoint of the resource
- Specified by:
getEndpointId in interface Resource
- Returns:
- the endpoint
getName
public String getName()
- Description copied from interface:
Resource
- Gets the name.
- Specified by:
getName in interface Resource
- Returns:
- the name
setName
public void setName(String name)
- Description copied from interface:
Resource
- Sets the name.
- Specified by:
setName in interface Resource
- Parameters:
name - the new name
Copyright © 2009 SpringSource, Inc. All Rights Reserved.