Class BOOperationCenter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.base.operationcenter.BOOperationCenter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOOperationCenter extends DynO implements Serializable
Business object representing a operation center
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOOperationCenter

      public BOOperationCenter()
  • Method Details

    • getId

      public Long getId()
      Returns the operation center id.
      Returns:
      the the operation center id
    • setId

      public void setId(Long id)
      Sets the operation center id.
      Parameters:
      id - the operation center id
    • getCode

      public String getCode()
      Returns the operation center code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the operation center code.
      Parameters:
      code - the code
    • getDescription

      public LocalizedString getDescription()
      Returns the operation center description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the description.
      Parameters:
      description - the description
    • isActive

      public Boolean isActive()
      Checks if the operation center is active.
      Returns:
      true if the operation center is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the operation center to active.
      Parameters:
      active - true if the operation center must be active, false otherwise
    • getStructure

      public Long getStructure()
      Returns the id of the operation center structure.
      Returns:
      the structure id
      See Also:
    • setStructure

      public void setStructure(Long structure)
      Sets the id of the operation center structure.
      Parameters:
      structure - the structure id
      See Also:
    • getWarehouse

      public Long getWarehouse()
      Returns the id of the operation center warehouse.
      Returns:
      the warehouse id
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the id of the operation center warehouse.
      Parameters:
      warehouse - the warehouse id
    • getNation

      public String getNation()
      Returns the id of the operation center nation.
      Returns:
      the nation id
      See Also:
    • setNation

      public void setNation(String nation)
      Sets the id of the operation center nation.
      Parameters:
      nation - the nation id
      See Also:
    • getTimezone

      public String getTimezone()
      Returns the operation center timezone.
      Returns:
      the timezone
    • setTimezone

      public void setTimezone(String timezone)
      Sets the operation center timezone.
      Parameters:
      timezone - the timezone
    • getTimesheetProfile

      public Long getTimesheetProfile()
      Returns the timesheet profile id.
      Returns:
      the timesheet profile id
      See Also:
    • setTimesheetProfile

      public void setTimesheetProfile(Long timesheetProfile)
      Sets the timesheet profile id.
      Parameters:
      timesheetProfile - the timesheet profile id
      See Also: