edu.iastate.metnet.hibernate
Class Brendaproduct

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

public class Brendaproduct
extends AbstractBrendaproduct
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Brendaproduct()
          Simple constructor of Brendaproduct instances.
Brendaproduct(BrendaproductKey id)
          Constructor of Brendaproduct instances given a composite primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractBrendaproduct
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Brendaproduct

public Brendaproduct()
Simple constructor of Brendaproduct instances.


Brendaproduct

public Brendaproduct(BrendaproductKey id)
Constructor of Brendaproduct instances given a composite primary key.

Parameters:
id -