java.lang.Object
ru.gammalabs.ice.utils.http.AbstractRequestable
- All Implemented Interfaces:
- Requestable
- public abstract class AbstractRequestable
- extends java.lang.Object
- implements Requestable
Abstract implementation of Requestable interface providing the basic functions for
storing and managing object identifier and public properties list.
- Version:
- $Revision: 1.1 $
|
Constructor Summary |
AbstractRequestable()
Initializes stored identifier and public properties list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestableProperties
protected java.util.List requestableProperties
AbstractRequestable
public AbstractRequestable()
- Initializes stored identifier and public properties list.
setRequestableProperties
public void setRequestableProperties(java.util.List list)
- Description copied from interface:
Requestable
- Sets object list of properties that are intended to be serialized by RequestProcessor.
- Specified by:
setRequestableProperties in interface Requestable
getRequestableProperties
public java.util.List getRequestableProperties()
- Description copied from interface:
Requestable
- Returns list of object properties that are intended to be serialized by RequestProcessor.
- Specified by:
getRequestableProperties in interface Requestable