Package org.nuiton.topiatest
Interface Store
- All Superinterfaces:
java.io.Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
StoreAbstract,StoreImpl
public interface Store
extends org.nuiton.topia.persistence.TopiaEntity
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_COMPANY_BILLstatic java.lang.StringPROPERTY_NAME -
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_NAME
static final java.lang.String PROPERTY_NAME- See Also:
- Constant Field Values
-
PROPERTY_COMPANY_BILL
static final java.lang.String PROPERTY_COMPANY_BILL- See Also:
- Constant Field Values
-
-
Method Details