Class BOCrewShellType

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.crewshell.bl.type.BOCrewShellType
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCrewShellType extends DynO
Business object representing a crew shell type.
Since:
18.0
See Also:
  • Constructor Details

    • BOCrewShellType

      public BOCrewShellType()
  • Method Details

    • getId

      public Long getId()
      Returns the crew shell's type id.
      Returns:
      the crew shell's type id
    • setId

      public void setId(Long id)
      Sets the crew shell's type id.
      Parameters:
      id - the crew shell's type id
    • getCode

      public String getCode()
      Returns the crew shell's type code.
      Returns:
      the crew shell's type code
    • setCode

      public void setCode(String code)
      Sets the crew shell's type code.
      Parameters:
      code - the crew shell's type code
    • getDescription

      public LocalizedString getDescription()
      Returns the crew shell's description.
      Returns:
      the crew shell's description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the crew shell's description.
      Parameters:
      description - the crew shell's description
    • getActive

      public Boolean getActive()
      Returns the visibility flag.
      Returns:
      the visibility flag
    • setActive

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

      public Long getOrder()
      Returns the order number.
      Returns:
      the order number
    • setOrder

      public void setOrder(Long order)
      Sets the order number.
      Parameters:
      order - the order number