org.hardcode.juf.status
Class Status

java.lang.Object
  extended by org.hardcode.juf.status.Status
All Implemented Interfaces:
java.io.Serializable

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

Class Status.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Status()
           
 
Method Summary
 void deleteVersion()
          Method deleteVersion
 java.lang.String getComponentName()
          Returns the value of field 'componentName'.
 int getVersion()
          Returns the value of field 'version'.
 boolean hasVersion()
          Method hasVersion
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setComponentName(java.lang.String componentName)
          Sets the value of field 'componentName'.
 void setVersion(int version)
          Sets the value of field 'version'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()
Method Detail

deleteVersion

public void deleteVersion()
Method deleteVersion


getComponentName

public java.lang.String getComponentName()
Returns the value of field 'componentName'.

Returns:
the value of field 'componentName'.

getVersion

public int getVersion()
Returns the value of field 'version'.

Returns:
the value of field 'version'.

hasVersion

public boolean hasVersion()
Method hasVersion


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

setComponentName

public void setComponentName(java.lang.String componentName)
Sets the value of field 'componentName'.

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

setVersion

public void setVersion(int version)
Sets the value of field 'version'.

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

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


Copyright © 2005 . All Rights Reserved.