org.apache.jetspeed.serializer.objects
Class JSEntity

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

public class JSEntity
extends java.lang.Object

Jetspeed Serialized (JS) User

Version:
$Id: $
Author:
David Sean Taylor

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

Constructor Detail

JSEntity

public JSEntity()
Method Detail

setId

public void setId(java.lang.String id)

getId

public java.lang.String getId()

setEntityPreferences

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

getEntityPreferences

public JSEntityPreferences getEntityPreferences()
Returns:
Returns the entityPreferences.


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