com.iver.andami.persistence.generate
Class Plugin

java.lang.Object
  extended bycom.iver.andami.persistence.generate.Plugin
All Implemented Interfaces:
java.io.Serializable

public class Plugin
extends java.lang.Object
implements java.io.Serializable

Class Plugin.

Version:
$Revision: 1935 $ $Date: 2005-05-13 13:00:46 +0200 (Fri, 13 May 2005) $
See Also:
Serialized Form

Constructor Summary
Plugin()
           
 
Method Summary
 Bookmarks getBookmarks()
          Returns the value of field 'bookmarks'.
 java.lang.String getLastUpdate()
          Returns the value of field 'lastUpdate'.
 java.lang.String getName()
          Returns the value of field 'name'.
 Windows getWindows()
          Returns the value of field 'windows'.
 XmlEntity getXmlEntity()
          Returns the value of field 'xmlEntity'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setBookmarks(Bookmarks bookmarks)
          Sets the value of field 'bookmarks'.
 void setLastUpdate(java.lang.String lastUpdate)
          Sets the value of field 'lastUpdate'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setWindows(Windows windows)
          Sets the value of field 'windows'.
 void setXmlEntity(XmlEntity xmlEntity)
          Sets the value of field 'xmlEntity'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

getBookmarks

public Bookmarks getBookmarks()
Returns the value of field 'bookmarks'.

Returns:
the value of field 'bookmarks'.

getLastUpdate

public java.lang.String getLastUpdate()
Returns the value of field 'lastUpdate'.

Returns:
the value of field 'lastUpdate'.

getName

public java.lang.String getName()
Returns the value of field 'name'.

Returns:
the value of field 'name'.

getWindows

public Windows getWindows()
Returns the value of field 'windows'.

Returns:
the value of field 'windows'.

getXmlEntity

public XmlEntity getXmlEntity()
Returns the value of field 'xmlEntity'.

Returns:
the value of field 'xmlEntity'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setBookmarks

public void setBookmarks(Bookmarks bookmarks)
Sets the value of field 'bookmarks'.

Parameters:
bookmarks - the value of field 'bookmarks'.

setLastUpdate

public void setLastUpdate(java.lang.String lastUpdate)
Sets the value of field 'lastUpdate'.

Parameters:
lastUpdate - the value of field 'lastUpdate'.

setName

public void setName(java.lang.String name)
Sets the value of field 'name'.

Parameters:
name - the value of field 'name'.

setWindows

public void setWindows(Windows windows)
Sets the value of field 'windows'.

Parameters:
windows - the value of field 'windows'.

setXmlEntity

public void setXmlEntity(XmlEntity xmlEntity)
Sets the value of field 'xmlEntity'.

Parameters:
xmlEntity - the value of field 'xmlEntity'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException