1:<?xml version="1.0" encoding="ISO-8859-1"?>
2:<!DOCTYPE reference PUBLIC "shobreference" "http://www.linux.ime.usp.br/~tminc/shob.dtd">
3:
4:<reference name="auction.core.OfferReference">
5: <method name="public abstract java.lang.String auction.core.Offer.getName() throws br.shob.ShobException" write = "false" />
6: <method name="public abstract double auction.core.Offer.getValue() throws br.shob.ShobException" write = "false" />
7: <method name="public abstract java.lang.String auction.core.Offer.getWinner() throws br.shob.ShobException" write = "false" />
8: <method name="public abstract void auction.core.Offer.doBid(double,java.lang.String) throws auction.core.InvalidBidException,br.shob.ShobException" write = "true" />
9:</reference>
|