Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.utils.http
Class AbstractRequestable  view AbstractRequestable download AbstractRequestable.java

java.lang.Object
  extended byru.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 $

Field Summary
protected  java.util.List requestableProperties
           
 
Constructor Summary
AbstractRequestable()
          Initializes stored identifier and public properties list.
 
Method Summary
 java.util.List getRequestableProperties()
          Returns list of object properties that are intended to be serialized by RequestProcessor.
 void setRequestableProperties(java.util.List list)
          Sets object list of properties that are intended to be serialized by RequestProcessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestableProperties

protected java.util.List requestableProperties
Constructor Detail

AbstractRequestable

public AbstractRequestable()
Initializes stored identifier and public properties list.

Method Detail

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