java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.timesheets.bl.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:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOClocking

      public BOClocking()
  • Method Details

    • getId

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

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

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

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

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

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

      public Date getInsertDate()
      Returns the insertion date of the clocking.
      Returns:
      insertDate the insertion date of the clocking
    • setInsertDate

      public void setInsertDate(Date insertDate)
      Sets the insertion date of the clocking.
      Parameters:
      insertDate - the insertion date of the clocking
    • getWorkShift

      public Long getWorkShift()
      Returns the work shift of the clocking.
      Returns:
      workShift the work shift of the clocking
    • setWorkShift

      public void setWorkShift(Long workShift)
      Sets the work shift of the clocking.
      Parameters:
      workShift - the work shift of the clocking
    • getResource

      public Long getResource()
      Returns the resource of the clocking.
      Returns:
      resource the resource of the clocking
    • setResource

      public void setResource(Long resource)
      Sets the resource of the clocking.
      Parameters:
      resource - the resource of the clocking
    • getType

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

      public void setType(Long type)
      Sets the type of the clocking.
      Parameters:
      type - the type of the clocking
    • getNote

      public String getNote()
      Returns the notes about the clocking.
      Returns:
      note the notes about the clocking
    • setNote

      public void setNote(String note)
      Sets the notes about the clocking.
      Parameters:
      note - the notes about the clocking
    • getStatus

      public Long getStatus()
      Returns the status of the clocking.
      Returns:
      status the status of the clocking
    • setStatus

      public void setStatus(Long status)
      Sets the status of the clocking.
      Parameters:
      status - the status of the clocking