Class TicketFieldOption



  • public class TicketFieldOption
    extends java.lang.Object
    Model class for ticket field option.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      long getId()
      Gets the ID of the ticket field option.
      java.lang.String getName()
      Gets the name of the ticket field option.
      java.lang.String getValue()
      Gets the value of the ticket field option.
      boolean isDefault()
      Gets if the field is the default value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public long getId()
        Gets the ID of the ticket field option.
        Returns:
        the id of the ticket field option
      • getName

        public java.lang.String getName()
        Gets the name of the ticket field option.
        Returns:
        the name of the ticket field option.
      • getValue

        public java.lang.String getValue()
        Gets the value of the ticket field option.
        Returns:
        the value of the ticket field option.
      • isDefault

        public boolean isDefault()
        Gets if the field is the default value.
        Returns:
        true if it is the default value, false if not