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

public class BOResourceRole extends DynO
Business object representing a resource role.
Since:
16.0
See Also:
  • Constructor Details

    • BOResourceRole

      public BOResourceRole()
  • Method Details

    • getUser

      public Long getUser()
      Returns the ID of the user
      Returns:
      the ID of the user
      See Also:
    • setUser

      public void setUser(Long user)
      Sets the ID of the user
      Parameters:
      user - the ID of the user
      See Also:
    • getRole

      public Long getRole()
      Returns the ID of the role
      Returns:
      the ID of the role
      See Also:
    • setRole

      public void setRole(Long role)
      Sets the ID of the role
      Parameters:
      role - the ID of the role
      See Also: