Class CompanyImpl
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.legacy.AbstractTopiaItLegacyEntity
org.nuiton.topia.it.legacy.topiatest.CompanyAbstract
org.nuiton.topia.it.legacy.topiatest.CompanyImpl
- All Implemented Interfaces:
Serializable,Company,ListenableBean,ListenableTopiaEntity,TopiaEntity
- See Also:
-
Field Summary
Fields inherited from class org.nuiton.topia.it.legacy.topiatest.CompanyAbstract
department, employe, name, siret, storeBillFields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface org.nuiton.topia.it.legacy.topiatest.Company
PROPERTY_DEPARTMENT, PROPERTY_EMPLOYE, PROPERTY_NAME, PROPERTY_SIRET, PROPERTY_STORE_BILLFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuiton.topia.it.legacy.topiatest.CompanyAbstract
accept, accept0, addAllDepartment, addAllEmploye, addAllStoreBill, addDepartment, addEmploye, addEmploye, addStoreBill, clearDepartment, clearEmploye, clearStoreBill, containsDepartment, containsEmploye, containsStoreBill, getDepartment, getDepartmentByTopiaId, getDepartmentTopiaIds, getEmploye, getEmploye, getEmployeByTopiaId, getEmployeTopiaIds, getName, getSiret, getStoreBill, getStoreBillByTopiaId, getStoreBillTopiaIds, isDepartmentEmpty, isDepartmentNotEmpty, isEmployeEmpty, isEmployeNotEmpty, isStoreBillEmpty, isStoreBillNotEmpty, removeDepartment, removeEmploye, removeEmploye, removeStoreBill, setDepartment, setEmploye, setName, setSiret, setStoreBill, sizeDepartment, sizeEmploye, sizeStoreBillMethods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Constructor Details
-
CompanyImpl
public CompanyImpl()
-