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

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

Uses of AttachStatusPrimaryKey in net.sf.jagzilla.hibernate
 

Methods in net.sf.jagzilla.hibernate that return AttachStatusPrimaryKey
 AttachStatusPrimaryKey AttachStatus.getId()
           
 

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

Constructors in net.sf.jagzilla.hibernate with parameters of type AttachStatusPrimaryKey
AttachStatus(AttachStatusPrimaryKey id)
          construct an AttachStatus with the given primary key.
 



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