org.apache.jetspeed.serializer.objects
Class JSApplication

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

public class JSApplication
extends Object

Jetspeed Serialized (JS) User

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
private  String id
           
private  String name
           
private  JSPortlets portlets
           
private static javolution.xml.XMLFormat XML
          SERIALIZER
 
Constructor Summary
JSApplication()
           
 
Method Summary
 String getID()
           
 String getName()
           
 JSPortlets getPortlets()
           
 void setID(String id)
           
 void setName(String name)
           
 void setPortlets(JSPortlets portlets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

id

private String id

portlets

private JSPortlets portlets

XML

private static final javolution.xml.XMLFormat XML
SERIALIZER

Constructor Detail

JSApplication

public JSApplication()
Method Detail

getID

public String getID()

setID

public void setID(String id)

setName

public void setName(String name)

getName

public String getName()

getPortlets

public JSPortlets getPortlets()

setPortlets

public void setPortlets(JSPortlets portlets)


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