org.apache.jetspeed.serializer.objects
Class JSEntityPreference

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

public class JSEntityPreference
extends Object

Jetspeed Serialized (JS) User

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
private  JSNVPElements preferences
           
private  String principalName
           
private static javolution.xml.XMLFormat XML
          SERIALIZER
 
Constructor Summary
JSEntityPreference()
           
 
Method Summary
 String getName()
           
 JSNVPElements getPreferences()
           
 void setName(String principalName)
           
 void setPreferences(JSNVPElements preferences)
           
 void setPreferences(Preferences preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

principalName

private String principalName

preferences

private JSNVPElements preferences

XML

private static final javolution.xml.XMLFormat XML
SERIALIZER

Constructor Detail

JSEntityPreference

public JSEntityPreference()
Method Detail

setName

public void setName(String principalName)

getName

public String getName()

getPreferences

public JSNVPElements getPreferences()
Returns:
Returns the preferences.

setPreferences

public void setPreferences(Preferences preferences)
Parameters:
preferences - The preferences to set.

setPreferences

public void setPreferences(JSNVPElements preferences)
Parameters:
preferences - The preferences to set.


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