Uses of Class
net.sf.jagzilla.hibernate.ProfileActivityPrimaryKey

Packages that use ProfileActivityPrimaryKey
net.sf.jagzilla.hibernate This package contains hibernate mapping classes to the bugzilla database. 
 

Uses of ProfileActivityPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return ProfileActivityPrimaryKey
 ProfileActivityPrimaryKey ProfileActivity.getId()
           
 

Methods in net.sf.jagzilla.hibernate with parameters of type ProfileActivityPrimaryKey
 void ProfileActivity.setId(ProfileActivityPrimaryKey id)
           
 boolean ProfileActivityPrimaryKey.equals(ProfileActivityPrimaryKey o)
          Returns true if this ProfileActivityPrimaryKey is equal to another ProfileActivityPrimaryKey.
 



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