Package org.nuiton.topiatest
Interface Bill
- All Superinterfaces:
Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
BillAbstract,BillImpl
public interface Bill
extends org.nuiton.topia.persistence.TopiaEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_COST
- See Also:
-
PROPERTY_DATE
- See Also:
-
PROPERTY_PAID
- See Also:
-
PROPERTY_STORE
- See Also:
-
PROPERTY_COMPANY
- See Also:
-
-
Method Details