com.retek.component.internet.xmlgen
Class WebPersonalizationLine

java.lang.Object
  extended bycom.retek.component.internet.xmlgen.WebPersonalizationLine
All Implemented Interfaces:
java.io.Serializable

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

Class WebPersonalizationLine.

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

Constructor Summary
WebPersonalizationLine()
           
 
Method Summary
 boolean getEnabled()
          Returns the value of field 'enabled'.
 int getLineNumber()
          Returns the value of field 'lineNumber'.
 int getMaxCharacters()
          Returns the value of field 'maxCharacters'.
 boolean hasEnabled()
          Method hasEnabled
 boolean hasLineNumber()
          Method hasLineNumber
 boolean hasMaxCharacters()
          Method hasMaxCharacters
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setEnabled(boolean enabled)
          Sets the value of field 'enabled'.
 void setLineNumber(int lineNumber)
          Sets the value of field 'lineNumber'.
 void setMaxCharacters(int maxCharacters)
          Sets the value of field 'maxCharacters'.
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

WebPersonalizationLine

public WebPersonalizationLine()
Method Detail

getEnabled

public boolean getEnabled()
Returns the value of field 'enabled'.

Returns:
the value of field 'enabled'.

getLineNumber

public int getLineNumber()
Returns the value of field 'lineNumber'.

Returns:
the value of field 'lineNumber'.

getMaxCharacters

public int getMaxCharacters()
Returns the value of field 'maxCharacters'.

Returns:
the value of field 'maxCharacters'.

hasEnabled

public boolean hasEnabled()
Method hasEnabled


hasLineNumber

public boolean hasLineNumber()
Method hasLineNumber


hasMaxCharacters

public boolean hasMaxCharacters()
Method hasMaxCharacters


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

setEnabled

public void setEnabled(boolean enabled)
Sets the value of field 'enabled'.

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

setLineNumber

public void setLineNumber(int lineNumber)
Sets the value of field 'lineNumber'.

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

setMaxCharacters

public void setMaxCharacters(int maxCharacters)
Sets the value of field 'maxCharacters'.

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

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28