java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.activity.BOActivity
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOActivity extends DynO
Business object representing an activity.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOActivity

      public BOActivity()
  • Method Details

    • id

      public Long id()
      Returns the activity id.
      Returns:
      the activity id
    • setId

      public void setId(Long id)
      Sets the activity id.
      Parameters:
      id - the activity id
    • code

      public String code()
      Returns the activity code.
      Returns:
      the activity code
    • setCode

      public void setCode(String code)
      Sets the activity code
      Parameters:
      code - the activity code
    • description

      public LocalizedString description()
      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the description.
      Parameters:
      description - the description
    • active

      public Boolean active()
      Returns the active flag.
      Returns:
      the active flag
    • setActive

      public void setActive(Boolean active)
      Sets the active flag.
      Parameters:
      active - the active flag
    • multiDay

      public Boolean multiDay()
      Returns the multi day flag.
      Returns:
      the multi day flag
    • setMultiDay

      public void setMultiDay(Boolean multiDay)
      Sets the multi day flag.
      Parameters:
      multiDay - the multi day flag