Package org.nuiton.topiatest
Class BillDTO
java.lang.Object
org.nuiton.topiatest.BillDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddPropertyChangeListener(String propertyName, PropertyChangeListener listener) intgetCost()getDate()getPaid()voidvoidremovePropertyChangeListener(String propertyName, PropertyChangeListener listener) voidsetCost(int value) voidvoidvoidsetTopiaId(String topiaId) toString()
-
Field Details
-
topiaId
-
cost
public int cost -
date
-
paid
-
store
-
company
-
p
-
-
Constructor Details
-
BillDTO
public BillDTO()
-
-
Method Details