org.apache.jetspeed.serializer.objects
Class JSEntity

java.lang.Object
  extended by org.apache.jetspeed.serializer.objects.JSEntity

public class JSEntity
extends Object

Jetspeed Serialized (JS) User

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
private  JSEntityPreferences entityPreferences
           
private  String id
           
private static javolution.xml.XMLFormat XML
          SERIALIZER
 
Constructor Summary
JSEntity()
           
 
Method Summary
 JSEntityPreferences getEntityPreferences()
           
 String getId()
           
 void setEntityPreferences(JSEntityPreferences entityPreferences)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private String id

entityPreferences

private JSEntityPreferences entityPreferences

XML

private static final javolution.xml.XMLFormat XML
SERIALIZER

Constructor Detail

JSEntity

public JSEntity()
Method Detail

setId

public void setId(String id)

getId

public String getId()

setEntityPreferences

public void setEntityPreferences(JSEntityPreferences entityPreferences)
Parameters:
entityPreferences - The entityPreferences to set.

getEntityPreferences

public JSEntityPreferences getEntityPreferences()
Returns:
Returns the entityPreferences.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.