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

public class BOClocking extends DynO
Business object representing a clocking.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOClocking

      public BOClocking()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the clocking id.
      Parameters:
      id - the clocking id
    • getClockingDate

      public Date getClockingDate()
      Returns the clocking date.
      Returns:
      the clocking date
    • setClockingDate

      public void setClockingDate(Date clockingDate)
      Sets the clocking date.
      Parameters:
      clockingDate - the clocking date
    • getRegistrationDate

      public Date getRegistrationDate()
      Returns the clocking registration date.
      Returns:
      the registration date
    • setRegistrationDate

      public void setRegistrationDate(Date registrationDate)
      Sets the clocking registration date.
      Parameters:
      registrationDate - the registration date
    • getInsertDate

      public Date getInsertDate()
      Returns the clocking insert date.
      Returns:
      the insert date
    • setInsertDate

      public void setInsertDate(Date insertDate)
      Sets the clocking insert date.
      Parameters:
      insertDate - the insert date
    • getResourceShift

      public Long getResourceShift()
      Returns the clocking resource shift id.
      Returns:
      the resource shift id
      See Also:
    • setResourceShift

      public void setResourceShift(Long resourceShift)
      Sets the clocking resource shift id.
      Parameters:
      resourceShift - the resource shift id
      See Also:
    • getUser

      public Long getUser()
      Returns the clocking user id.
      Returns:
      the user id
      See Also:
    • setUser

      public void setUser(Long user)
      Sets the clocking user id.
      Parameters:
      user - the user id
      See Also:
    • getType

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

      public void setType(Long type)
      Sets the clocking type id.
      Parameters:
      type - the clocking type id
    • getState

      public Long getState()
      Returns the clocking state id.
      Returns:
      the clocking state id
    • setState

      public void setState(Long state)
      Sets the clocking state id.
      Parameters:
      state - the clocking state id