@RemoteInterface public interface ClientInterface extends Remote
void
addHp(int hp)
addTrailer(Trailer t)
addWheels(int numWheels)
int
getHp()
double
getPrice()
Trailer
getTrailer()
getWheels()
setPrice(double price)
getRef
void addWheels(int numWheels)
void addHp(int hp)
void addTrailer(Trailer t)
void setPrice(double price)
Trailer getTrailer()
int getHp()
int getWheels()
double getPrice()