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

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

Uses of BugActivityPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return BugActivityPrimaryKey
 BugActivityPrimaryKey BugActivity.getId()
           
 

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



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