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

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

public class MultiAttributesKey
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

multiAttributesKey

private String multiAttributesKey
Constructor Detail

MultiAttributesKey

public MultiAttributesKey()
Method Detail

getMultiAttributesKey

public String getMultiAttributesKey()

setMultiAttributesKey

public void setMultiAttributesKey(String multiAttributesKey)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object