net.sf.jagzilla.hibernate
Class Group
java.lang.Object
net.sf.jagzilla.hibernate.XmlObjectImpl
net.sf.jagzilla.hibernate.Group
- All Implemented Interfaces:
- XmlObject
- public class Group
- extends XmlObjectImpl
represents a record in the table groups.
- Author:
- mgriffa
|
Constructor Summary |
Group()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Group
public Group()
getBit
public long getBit()
- Returns:
- Returns the bit.
setBit
public void setBit(long bit)
- Parameters:
bit - The bit to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - The description to set.
getIsActive
public short getIsActive()
- Returns:
- Returns the isActive.
setIsActive
public void setIsActive(short isActive)
- Parameters:
isActive - The isActive to set.
getIsBugGroup
public short getIsBugGroup()
- Returns:
- Returns the isBugGroup.
setIsBugGroup
public void setIsBugGroup(short isBugGroup)
- Parameters:
isBugGroup - The isBugGroup to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name - The name to set.
getUserRegExp
public java.lang.String getUserRegExp()
- Returns:
- Returns the userRegEx.
setUserRegExp
public void setUserRegExp(java.lang.String userRegEx)
- Parameters:
userRegEx - The userRegEx 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.
- 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.