edu.iastate.metnet.hibernate
Class GroupShare

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

public class GroupShare
extends AbstractGroupShare
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GroupShare()
          Simple constructor of GroupShare instances.
GroupShare(GroupShareKey id)
           
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractGroupShare
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupShare

public GroupShare()
Simple constructor of GroupShare instances.


GroupShare

public GroupShare(GroupShareKey id)