Class BOBundleStatus

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.header.status.BOBundleStatus
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOBundleStatus extends DynO
Business object representing the status of a Bundle, more specifically the status of its BOBundleHeader.
It contains the main and proper characteristics of the bundle status, such as the id, code and description.
. The permitted values are:
Since:
10.1
See Also:
GCApi:
bo
  • Constructor Details

    • BOBundleStatus

      public BOBundleStatus()
  • Method Details

    • getFinalStatus

      public static Set<Long> getFinalStatus()
      Returns the set which contains all the possible final status of the bundle.
      Returns:
      the final status
    • getId

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

      public void setId(Long id)
      Sets the bundle status id.
      Parameters:
      id - the bundle status id
    • getCode

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

      public void setCode(String code)
      Sets the code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description