Class BOEncodedNote

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.bl.encodednote.BOEncodedNote
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOEncodedNote extends DynO
Business object representing an encoded note.
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOEncodedNote

      public BOEncodedNote()
  • Method Details

    • getId

      public Long getId()
      Returns the encoded note id.
      Returns:
      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 encoded note 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
    • isActive

      public Boolean isActive()
      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.
      Parameters:
      active - true if the encoded note must be active, false otherwise
    • 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
    • getColor

      public final String getColor()
      Returns the encoded note color.
      Returns:
      the color
    • setColor

      public final void setColor(String color)
      Sets the encoded note color.
      Parameters:
      color - the color