|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.hsr.bieridee.domain.Action
ch.hsr.bieridee.domain.Consumption
public class Consumption
Class representing a Consumption.
Constructor Summary | |
---|---|
Consumption(java.util.Date date,
Beer beer,
User user)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class ch.hsr.bieridee.domain.Action |
---|
getBeer, getDate, getUser, setBeer, setDate, setUser |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Consumption(java.util.Date date, Beer beer, User user)
date
- Date the Activity happened.beer
- The Beer
associated with the activity.user
- The User
created that created the activityMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |