com.jalios.jcms
Class Member_HANDLER
java.lang.Object
com.jalios.jcms.Member_HANDLER
- All Implemented Interfaces:
- StorableHandler
public class Member_HANDLER
- extends Object
- implements StorableHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Member_HANDLER
public Member_HANDLER()
setAttributes
public void setAttributes(Storable storable,
Map attributes,
Store store)
- Description copied from interface:
StorableHandler
- Storable attributes setter
- Specified by:
setAttributes
in interface StorableHandler
- Parameters:
storable
- - the target storableattributes
- - the attributes to set:
Key=AttName(String) Value=persistant representation(String)
getAttributes
public Map getAttributes(Storable storable,
Store store)
- Description copied from interface:
StorableHandler
- Storable attributes getter
- Specified by:
getAttributes
in interface StorableHandler
- Parameters:
storable
- - the target storablestore
- - the storer of the object
- Returns:
- the attributes of the storable with the mapping:
Key=Name(String) Value=persistant representation(String)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.