Interface Company

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
CompanyAbstract, CompanyImpl

public interface Company extends org.nuiton.topia.persistence.TopiaEntity
  • Field Details

  • Method Details

    • setName

      void setName(String name)
    • getName

      String getName()
    • setSiret

      void setSiret(int siret)
    • getSiret

      int getSiret()
    • addEmploye

      void addEmploye(Employe employe)
    • addAllEmploye

      void addAllEmploye(Collection<Employe> employe)
    • setEmploye

      void setEmploye(Collection<Employe> employe)
    • removeEmploye

      void removeEmploye(Employe employe)
    • clearEmploye

      void clearEmploye()
    • getEmploye

      Collection<Employe> getEmploye()
    • getEmployeByTopiaId

      Employe getEmployeByTopiaId(String topiaId)
    • sizeEmploye

      int sizeEmploye()
    • isEmployeEmpty

      boolean isEmployeEmpty()
    • addStoreBill

      void addStoreBill(Bill storeBill)
    • addAllStoreBill

      void addAllStoreBill(Collection<Bill> storeBill)
    • setStoreBill

      void setStoreBill(Collection<Bill> storeBill)
    • removeStoreBill

      void removeStoreBill(Bill storeBill)
    • clearStoreBill

      void clearStoreBill()
    • getStoreBill

      Collection<Bill> getStoreBill()
    • getStoreBillByTopiaId

      Bill getStoreBillByTopiaId(String topiaId)
    • getStoreBill

      Bill getStoreBill(Store store)
    • sizeStoreBill

      int sizeStoreBill()
    • isStoreBillEmpty

      boolean isStoreBillEmpty()
    • addDepartment

      void addDepartment(Department department)
    • addAllDepartment

      void addAllDepartment(Collection<Department> department)
    • setDepartment

      void setDepartment(Collection<Department> department)
    • removeDepartment

      void removeDepartment(Department department)
    • clearDepartment

      void clearDepartment()
    • getDepartment

      Collection<Department> getDepartment()
    • getDepartmentByTopiaId

      Department getDepartmentByTopiaId(String topiaId)
    • sizeDepartment

      int sizeDepartment()
    • isDepartmentEmpty

      boolean isDepartmentEmpty()