org.LexGrid.LexBIG.caCore.hibernate.compositeKeys
Class MultiAttributesKey

java.lang.Object
  extended by org.LexGrid.LexBIG.caCore.hibernate.compositeKeys.MultiAttributesKey
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MultiAttributesKey()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMultiAttributesKey()
           
 int hashCode()
           
 void setMultiAttributesKey(java.lang.String multiAttributesKey)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiAttributesKey

public MultiAttributesKey()
Method Detail

getMultiAttributesKey

public java.lang.String getMultiAttributesKey()

setMultiAttributesKey

public void setMultiAttributesKey(java.lang.String multiAttributesKey)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object