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

public class BOWorkOrderEncodedNote extends DynO
Business object representing a work order encoded note.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkOrderEncodedNote

      public BOWorkOrderEncodedNote()
  • Method Details

    • getId

      public Long getId()
      Returns the encoded note id.
      Returns:
      the the encoded note id
    • setId

      public void setId(Long id)
      Sets the encoded note id.
      Parameters:
      id - the encoded note id
    • getCode

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

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

      public LocalizedString getDescription()
      Returns the encoded note description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the encoded note description.
      Parameters:
      description - the description
    • getOrder

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

      public void setOrder(Long order)
      Sets the encoded note order.
      Parameters:
      order - the order
    • getActive

      public Boolean getActive()
      Checks if the encoded note is active.
      Returns:
      true if the encoded note is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the encoded note to active as filter.
      Parameters:
      active - true if the operation's activity must be active, false otherwise