@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 15 13:59:00 CET 2016") public interface Company extends TopiaEntity, ListenableTopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DEPARTMENT |
static String |
PROPERTY_EMPLOYE |
static String |
PROPERTY_NAME |
static String |
PROPERTY_SIRET |
static String |
PROPERTY_STORE_BILL |
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSIONaccept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersionaddPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListeneraddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerstatic final String PROPERTY_NAME
static final String PROPERTY_SIRET
static final String PROPERTY_EMPLOYE
static final String PROPERTY_STORE_BILL
static final String PROPERTY_DEPARTMENT
void setName(String name)
String getName()
void setSiret(int siret)
int getSiret()
void addEmploye(Employe employe)
void addEmploye(int index,
Employe employe)
void removeEmploye(Employe employe)
void removeEmploye(int index)
void clearEmploye()
Employe getEmploye(int index)
int sizeEmploye()
boolean isEmployeEmpty()
boolean isEmployeNotEmpty()
boolean containsEmploye(Employe employe)
void addStoreBill(Bill storeBill)
void setStoreBill(Collection<Bill> storeBill)
void removeStoreBill(Bill storeBill)
void clearStoreBill()
Collection<Bill> getStoreBill()
Collection<String> getStoreBillTopiaIds()
int sizeStoreBill()
boolean isStoreBillEmpty()
boolean isStoreBillNotEmpty()
boolean containsStoreBill(Bill storeBill)
void addDepartment(Department department)
void addAllDepartment(Iterable<Department> department)
void setDepartment(Collection<Department> department)
void removeDepartment(Department department)
void clearDepartment()
Collection<Department> getDepartment()
Department getDepartmentByTopiaId(String topiaId)
Collection<String> getDepartmentTopiaIds()
int sizeDepartment()
boolean isDepartmentEmpty()
boolean isDepartmentNotEmpty()
boolean containsDepartment(Department department)
Copyright © 2004–2016 CodeLutin. All rights reserved.