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

public class PlanningAction extends DynO
Business object for planning action notifications.
Since:
9.1
See Also:
GCApi:
bo
  • Constructor Details

    • PlanningAction

      public PlanningAction()
  • Method Details

    • getIdActionType

      public Long getIdActionType()
      Returns the planning action type id.
      Returns:
      the planning action type
    • setIdActionType

      public void setIdActionType(Long idActionType)
      Sets the action type.
      Parameters:
      idActionType - the action type
    • getIdActionCategory

      public Long getIdActionCategory()
      Returns the planning action category .
      Returns:
      the planning action category
    • setIdActionCategory

      public void setIdActionCategory(Long idActionCategory)
      Sets the action category.
      Parameters:
      idActionCategory - the action category
    • getHgActionParams

      public Map<String,Object> getHgActionParams()
      Returns the map which contains the action params.
      Returns:
      the action params
    • setHgActionParams

      public void setHgActionParams(Map<String,Object> hgActionParams)
      Sets the map which contains the action params.
      Parameters:
      hgActionParams - the action params