net.sf.jagzilla.hibernate
Class BugActivityPrimaryKey

java.lang.Object
  extended bynet.sf.jagzilla.hibernate.BugActivityPrimaryKey
All Implemented Interfaces:
java.io.Serializable

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

represents the primary key for the class BugActivity.

Author:
mgriffa
See Also:
BugActivity, Serialized Form

Constructor Summary
BugActivityPrimaryKey()
           
 
Method Summary
 boolean equals(BugActivityPrimaryKey o)
          Returns true if this BugActivityPrimaryKey is equal to another BugActivityPrimaryKey.
 boolean equals(java.lang.Object o)
          Returns true if this BugActivityPrimaryKey is equal to another object.
 int getBugId()
           
 java.util.Date getBugWhen()
           
 int getFieldId()
           
 int getWho()
           
 int hashCode()
          Override hashCode.
 void setBugId(int bugId)
           
 void setBugWhen(java.util.Date bugWhen)
           
 void setFieldId(int fieldId)
           
 void setWho(int who)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BugActivityPrimaryKey

public BugActivityPrimaryKey()
Method Detail

getBugId

public int getBugId()
Returns:
Returns the bugId.

setBugId

public void setBugId(int bugId)
Parameters:
bugId - The bugId to set.

getBugWhen

public java.util.Date getBugWhen()
Returns:
Returns the bugWhen.

setBugWhen

public void setBugWhen(java.util.Date bugWhen)
Parameters:
bugWhen - The bugWhen to set.

getFieldId

public int getFieldId()
Returns:
Returns the fieldId.

setFieldId

public void setFieldId(int fieldId)
Parameters:
fieldId - The fieldId to set.

getWho

public int getWho()
Returns:
Returns the who.

setWho

public void setWho(int who)
Parameters:
who - The who to set.

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)
Returns true if this BugActivityPrimaryKey is equal to another object.

Returns:
true if this BugActivityPrimaryKey is equal to the specified object.

equals

public boolean equals(BugActivityPrimaryKey o)
Returns true if this BugActivityPrimaryKey is equal to another BugActivityPrimaryKey.

Returns:
true if this BugActivityPrimaryKey is equal to the specified object.

hashCode

public int hashCode()
Override hashCode.

Returns:
the Objects hashcode.


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.