edu.iastate.metnet.hibernate
Class BrendaactivatingcompoundKey

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

public class BrendaactivatingcompoundKey
extends java.lang.Object
implements java.io.Serializable

A class representing a composite primary key id for the _brendaactivatingcompound table. This object should only be instantiated for use with instances of the Brendaactivatingcompound class.

See Also:
Serialized Form

Constructor Summary
BrendaactivatingcompoundKey()
          Simple constructor of BrendaactivatingcompoundKey instances.
 
Method Summary
 boolean equals(java.lang.Object rhs)
          Implementation of the equals comparison on the basis of equality of the id components.
 java.lang.String getActivatingcompound()
          Returns the value of the activatingcompound property.
 java.lang.String getEcid()
          Returns the value of the ecid property.
 int hashCode()
          Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).
 void setActivatingcompound(java.lang.String activatingcompound)
          Sets the value of the activatingcompound property.
 void setEcid(java.lang.String ecid)
          Sets the value of the ecid property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrendaactivatingcompoundKey

public BrendaactivatingcompoundKey()
Simple constructor of BrendaactivatingcompoundKey instances.

Method Detail

getActivatingcompound

public java.lang.String getActivatingcompound()
Returns the value of the activatingcompound property.

Returns:
java.lang.String

setActivatingcompound

public void setActivatingcompound(java.lang.String activatingcompound)
Sets the value of the activatingcompound property.

Parameters:
activatingcompound -

getEcid

public java.lang.String getEcid()
Returns the value of the ecid property.

Returns:
java.lang.String

setEcid

public void setEcid(java.lang.String ecid)
Sets the value of the ecid property.

Parameters:
ecid -

equals

public boolean equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the id components.

Overrides:
equals in class java.lang.Object
Parameters:
rhs -
Returns:
boolean

hashCode

public int hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).

Overrides:
hashCode in class java.lang.Object
Returns:
int