Class BOWorkingTeam

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.team.BOWorkingTeam
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned
Direct Known Subclasses:
CrewShellWorkingTeam

public class BOWorkingTeam extends DynO
Business object representing a working team.
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkingTeam

      public BOWorkingTeam()
  • Method Details

    • getId

      public Long getId()
      Returns the working team id.
      Returns:
      the the working team id
    • setId

      public void setId(Long id)
      Sets the working team id.
      Parameters:
      id - the working team id
    • getDescription

      public LocalizedString getDescription()
      Returns the working team description.
      Returns:
      the working team description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the working team description.
      Parameters:
      description - the working team description
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center id.
      Returns:
      the operation center id
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center id.
      Parameters:
      operationCenter - the operation center id
      See Also:
    • getAddress

      public Long getAddress()
      Returns the address id.
      Returns:
      the address id
      See Also:
    • setAddress

      public void setAddress(Long address)
      Sets the address id.
      Parameters:
      address - the address id
      See Also:
    • isActive

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

      public void setActive(Boolean active)
      Sets the working team to active.
      Parameters:
      active - true if the working team must be active, false otherwise
    • isLoan

      public Boolean isLoan()
      Checks if the working team is loaned.
      Returns:
      true if is the working team is loaned, false otherwise
    • setLoan

      public void setLoan(Boolean loan)
      Sets the working team to loaned.
      Parameters:
      loan - true if the working team must be loaned, false otherwise
    • getType

      public Long getType()
      Returns the team type.
      Returns:
      the team type
    • setType

      public void setType(Long type)
      Sets the team type.
      Parameters:
      type - the team type
    • getTimeCalculationType

      public Long getTimeCalculationType()
      Returns the time calculation type.
      Returns:
      the time calculation type
    • setTimeCalculationType

      public void setTimeCalculationType(Long timeCalculationType)
      Sets the time calculation type.
      Parameters:
      timeCalculationType - the time calculation type
    • getTeamCardinality

      public Long getTeamCardinality()
      Returns the team cardinality.
      Returns:
      the team cardinality
    • setTeamCardinality

      public void setTeamCardinality(Long teamCardinality)
      Sets the team cardinality.
      Parameters:
      teamCardinality - the team cardinality