public int compareTo(SupplierContract arg0) {
return 0;
}
public Snag getSnag(UriPathElement uriId) throws HttpException {
Snag snag = (Snag) Hiber
.session()
.createQuery(
"from Snag snag where snag.contract = :contract and snag.id = :snagId")
.setEntity("contract", this)
.setLong("snagId", Long.parseLong(uriId.getString()))