net.sf.jagzilla.hibernate
Class ProfileActivity

java.lang.Object
  extended bynet.sf.jagzilla.hibernate.XmlObjectImpl
      extended bynet.sf.jagzilla.hibernate.ProfileActivity
All Implemented Interfaces:
java.io.Serializable, XmlObject

public class ProfileActivity
extends XmlObjectImpl
implements java.io.Serializable

represents a record in the table profiles_activity.

Author:
mgriffa
See Also:
Serialized Form

Constructor Summary
ProfileActivity()
           
 
Method Summary
 ProfileActivityPrimaryKey getId()
           
 java.lang.String getNewValue()
           
 java.lang.String getOldValue()
           
 void loadFromXml(java.io.Reader reader)
          load the object data from xml.
 void setId(ProfileActivityPrimaryKey id)
           
 void setNewValue(java.lang.String newValue)
           
 void setOldValue(java.lang.String oldValue)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.jagzilla.hibernate.XmlObjectImpl
equals, getXmlString, loadObjectFromXml, setXmlString, toXml
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileActivity

public ProfileActivity()
Method Detail

getNewValue

public java.lang.String getNewValue()
Returns:
Returns the newValue.

setNewValue

public void setNewValue(java.lang.String newValue)
Parameters:
newValue - The newValue to set.

getOldValue

public java.lang.String getOldValue()
Returns:
Returns the oldValue.

setOldValue

public void setOldValue(java.lang.String oldValue)
Parameters:
oldValue - The oldValue to set.

getId

public ProfileActivityPrimaryKey getId()
Returns:
Returns the id.

setId

public void setId(ProfileActivityPrimaryKey id)
Parameters:
id - The id to set.

toString

public java.lang.String toString()

loadFromXml

public void loadFromXml(java.io.Reader reader)
                 throws java.io.IOException,
                        MappingException,
                        MarshalException,
                        ValidationException
Description copied from interface: XmlObject
load the object data from xml. This method internally uses castor to unmarshall the object form XML.

Specified by:
loadFromXml in interface XmlObject
Parameters:
reader - a reader containing a parseable xml
Throws:
java.io.IOException
MappingException
MarshalException
ValidationException


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.