Class TicketType

  • All Implemented Interfaces:
    java.io.Serializable

    public class TicketType
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TicketType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getActive()  
      java.lang.Object getDescription()  
      java.lang.String getType()  
      void setActive​(java.lang.Boolean active)  
      void setDescription​(java.lang.Object description)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • TicketType

        public TicketType()
    • Method Detail

      • setActive

        public void setActive​(java.lang.Boolean active)
      • getActive

        public java.lang.Boolean getActive()
      • setDescription

        public void setDescription​(java.lang.Object description)
      • getDescription

        public java.lang.Object getDescription()
      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()