com.mrami.libre.ClassGenerator.input
Class CGfieldType

java.lang.Object
  extended bycom.mrami.libre.ClassGenerator.input.CGfieldType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CGfield

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

Definition of an entity field

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

Constructor Summary
CGfieldType()
           
 
Method Summary
 void deleteDoNotPersist()
          Method deleteDoNotPersist
 java.lang.String getCGdocumentation()
          Returns the value of field 'CGdocumentation'.
 CGtype getCGtype()
          Returns the value of field 'CGtype'.
 java.lang.String getDescription()
          Returns the value of field 'description'.
 boolean getDoNotPersist()
          Returns the value of field 'doNotPersist'.
 java.lang.String getName()
          Returns the value of field 'name'.
 boolean hasDoNotPersist()
          Method hasDoNotPersist
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setCGdocumentation(java.lang.String CGdocumentation)
          Sets the value of field 'CGdocumentation'.
 void setCGtype(CGtype CGtype)
          Sets the value of field 'CGtype'.
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
 void setDoNotPersist(boolean doNotPersist)
          Sets the value of field 'doNotPersist'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
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

CGfieldType

public CGfieldType()
Method Detail

deleteDoNotPersist

public void deleteDoNotPersist()
Method deleteDoNotPersist


getCGdocumentation

public java.lang.String getCGdocumentation()
Returns the value of field 'CGdocumentation'.

Returns:
String

getCGtype

public CGtype getCGtype()
Returns the value of field 'CGtype'.

Returns:
CGtype

getDescription

public java.lang.String getDescription()
Returns the value of field 'description'.

Returns:
String

getDoNotPersist

public boolean getDoNotPersist()
Returns the value of field 'doNotPersist'.

Returns:
boolean

getName

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

Returns:
String

hasDoNotPersist

public boolean hasDoNotPersist()
Method hasDoNotPersist

Returns:
boolean

isValid

public boolean isValid()
Method isValid

Returns:
boolean

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

setCGdocumentation

public void setCGdocumentation(java.lang.String CGdocumentation)
Sets the value of field 'CGdocumentation'.

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

setCGtype

public void setCGtype(CGtype CGtype)
Sets the value of field 'CGtype'.

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

setDescription

public void setDescription(java.lang.String description)
Sets the value of field 'description'.

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

setDoNotPersist

public void setDoNotPersist(boolean doNotPersist)
Sets the value of field 'doNotPersist'.

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

setName

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

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

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 -
Returns:
Object
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