java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.BOEventEntity
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOEventEntity extends DynO
Business object representing an event entity, i.e. an entity linked to the BOEventType that started or ended timesheet task.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOEventEntity

      public BOEventEntity()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the event entity id.
      Parameters:
      id - the event entity id
    • getIntervention

      public Long getIntervention()
      Returns the id of the event entity intervention.
      Returns:
      the intervention id
      See Also:
    • setIntervention

      public void setIntervention(Long intervention)
      Sets the id of the event entity intervention.
      Parameters:
      intervention - the intervention id
      See Also:
    • getClocking

      public Long getClocking()
      Returns the id of the event entity clocking.
      Returns:
      the clocking id
      See Also:
    • setClocking

      public void setClocking(Long clocking)
      Sets the id of the event entity clocking.
      Parameters:
      clocking - the clocking id
      See Also:
    • getUnavailability

      public Long getUnavailability()
      Returns the id of the event entity unavailability.
      Returns:
      the unavailability id
      See Also:
    • setUnavailability

      public void setUnavailability(Long unavailability)
      Sets the id of the event entity unavailability.
      Parameters:
      unavailability - the unavailability id
      See Also:
    • isSameEventEntity

      public boolean isSameEventEntity(BOEventEntity eventEntity)