edu.iastate.metnet.hibernate
Class GroupList

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractGroupList
      extended by edu.iastate.metnet.hibernate.GroupList
All Implemented Interfaces:
java.io.Serializable

public class GroupList
extends AbstractGroupList
implements java.io.Serializable

A class that represents a row in the 'group_list' table. This class may be customized as it is never re-generated after being created.

See Also:
Serialized Form

Constructor Summary
GroupList()
          Simple constructor of GroupList instances.
GroupList(java.lang.Integer groupid)
          Constructor of GroupList instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractGroupList
equals, getGroupid, getGroupname, getOwner, hashCode, setGroupid, setGroupname, setOwner
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupList

public GroupList()
Simple constructor of GroupList instances.


GroupList

public GroupList(java.lang.Integer groupid)
Constructor of GroupList instances given a simple primary key.

Parameters:
groupid -