net.sf.jagzilla.hibernate
Class ProfileActivityPrimaryKey

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

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

represents the primary key for the class ProfileActivity.

Author:
mgriffa
See Also:
ProfileActivity, Serialized Form

Constructor Summary
ProfileActivityPrimaryKey()
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Returns true if this ProfileActivityPrimaryKey is equal to another object.
 boolean equals(ProfileActivityPrimaryKey o)
          Returns true if this ProfileActivityPrimaryKey is equal to another ProfileActivityPrimaryKey.
 int getFieldId()
           
 java.util.Date getProfilesWhen()
           
 int getUserId()
           
 int getWho()
           
 int hashCode()
          Override hashCode.
 void setFieldId(int fieldId)
           
 void setProfilesWhen(java.util.Date profilesWhen)
           
 void setUserId(int userId)
           
 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

ProfileActivityPrimaryKey

public ProfileActivityPrimaryKey()
Method Detail

getFieldId

public int getFieldId()
Returns:
Returns the fieldId.

setFieldId

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

getProfilesWhen

public java.util.Date getProfilesWhen()
Returns:
Returns the profilesWhen.

setProfilesWhen

public void setProfilesWhen(java.util.Date profilesWhen)
Parameters:
profilesWhen - The profilesWhen to set.

getUserId

public int getUserId()
Returns:
Returns the userId.

setUserId

public void setUserId(int userId)
Parameters:
userId - The userId 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()

hashCode

public int hashCode()
Override hashCode.

Returns:
the Objects hashcode.

equals

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

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

equals

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

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


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