Interface Company

All Superinterfaces:
ListenableBean, ListenableTopiaEntity, Serializable, TopiaEntity
All Known Implementing Classes:
CompanyAbstract, CompanyImpl

public interface Company extends TopiaEntity, ListenableTopiaEntity
  • 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)
    • addEmploye

      void addEmploye(int index, Employe employe)
    • addAllEmploye

      void addAllEmploye(Iterable<Employe> employe)
    • setEmploye

      void setEmploye(List<Employe> employe)
    • removeEmploye

      void removeEmploye(Employe employe)
    • removeEmploye

      void removeEmploye(int index)
    • clearEmploye

      void clearEmploye()
    • getEmploye

      List<Employe> getEmploye()
    • getEmploye

      Employe getEmploye(int index)
    • getEmployeByTopiaId

      Employe getEmployeByTopiaId(String topiaId)
    • getEmployeTopiaIds

      List<String> getEmployeTopiaIds()
    • sizeEmploye

      int sizeEmploye()
    • isEmployeEmpty

      boolean isEmployeEmpty()
    • isEmployeNotEmpty

      boolean isEmployeNotEmpty()
    • containsEmploye

      boolean containsEmploye(Employe employe)
    • addStoreBill

      void addStoreBill(Bill storeBill)
    • addAllStoreBill

      void addAllStoreBill(Iterable<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)
    • getStoreBillTopiaIds

      Collection<String> getStoreBillTopiaIds()
    • sizeStoreBill

      int sizeStoreBill()
    • isStoreBillEmpty

      boolean isStoreBillEmpty()
    • isStoreBillNotEmpty

      boolean isStoreBillNotEmpty()
    • containsStoreBill

      boolean containsStoreBill(Bill storeBill)
    • addDepartment

      void addDepartment(Department department)
    • addAllDepartment

      void addAllDepartment(Iterable<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)
    • getDepartmentTopiaIds

      Collection<String> getDepartmentTopiaIds()
    • sizeDepartment

      int sizeDepartment()
    • isDepartmentEmpty

      boolean isDepartmentEmpty()
    • isDepartmentNotEmpty

      boolean isDepartmentNotEmpty()
    • containsDepartment

      boolean containsDepartment(Department department)