java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.resource.BOResource
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOResource extends DynO
Business object representing a user.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOResource

      public BOResource()
  • Method Details

    • getId

      public Long getId()
      Returns the user id.
      Returns:
      the user id
    • getName

      public String getName()
      Returns the user name.
      Returns:
      the name
    • getSurname

      public String getSurname()
      Returns the user surname.
      Returns:
      the surname
    • getUsername

      public String getUsername()
      Returns the user username.
      Returns:
      the username
    • setId

      public void setId(Long id)
      Sets the user id.
      Parameters:
      id - the user id
    • setName

      public void setName(String name)
      Sets the user name.
      Parameters:
      name - the name
    • setSurname

      public void setSurname(String surname)
      Sets the user surname.
      Parameters:
      surname - the surname
    • setUsername

      public void setUsername(String username)
      Sets the user username.
      Parameters:
      username - the username
    • getStartDate

      public Date getStartDate()
      Returns the user start date.
      Returns:
      the start date
    • getEndDate

      public Date getEndDate()
      Returns the user end date.
      Returns:
      the end date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the user start date.
      Parameters:
      startDate - the start date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the user end date.
      Parameters:
      endDate - the end date
    • getOperationCenter

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

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