Class BOTeamLocation

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.teamlocation.BOTeamLocation
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOTeamLocation extends DynO
Business object representing a team location
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTeamLocation

      public BOTeamLocation()
  • Method Details

    • getId

      public Long getId()
      Returns:
      the id
    • setId

      public void setId(Long id)
      Parameters:
      id - the id to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getCode

      public String getCode()
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Parameters:
      code - the code to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set