Class TicketCore

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      TicketCore()  
      TicketCore​(java.lang.String title, java.lang.String user, java.lang.Integer userID, java.lang.String state, java.lang.Integer stateID, java.lang.String priority, java.lang.Integer priorityID, java.lang.String lock, java.lang.Integer lockID, java.lang.String queue, java.lang.Integer queueID, int ownerID)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      static org.apache.axis.encoding.Deserializer getDeserializer​(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
      Get Custom Deserializer
      java.lang.String getLock()
      Gets the lock value for this TicketCore.
      java.lang.Integer getLockID()
      Gets the lockID value for this TicketCore.
      int getOwnerID()
      Gets the ownerID value for this TicketCore.
      java.lang.String getPriority()
      Gets the priority value for this TicketCore.
      java.lang.Integer getPriorityID()
      Gets the priorityID value for this TicketCore.
      java.lang.String getQueue()
      Gets the queue value for this TicketCore.
      java.lang.Integer getQueueID()
      Gets the queueID value for this TicketCore.
      static org.apache.axis.encoding.Serializer getSerializer​(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
      Get Custom Serializer
      java.lang.String getState()
      Gets the state value for this TicketCore.
      java.lang.Integer getStateID()
      Gets the stateID value for this TicketCore.
      java.lang.String getTitle()
      Gets the title value for this TicketCore.
      static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
      java.lang.String getUser()
      Gets the user value for this TicketCore.
      java.lang.Integer getUserID()
      Gets the userID value for this TicketCore.
      int hashCode()  
      void setLock​(java.lang.String lock)
      Sets the lock value for this TicketCore.
      void setLockID​(java.lang.Integer lockID)
      Sets the lockID value for this TicketCore.
      void setOwnerID​(int ownerID)
      Sets the ownerID value for this TicketCore.
      void setPriority​(java.lang.String priority)
      Sets the priority value for this TicketCore.
      void setPriorityID​(java.lang.Integer priorityID)
      Sets the priorityID value for this TicketCore.
      void setQueue​(java.lang.String queue)
      Sets the queue value for this TicketCore.
      void setQueueID​(java.lang.Integer queueID)
      Sets the queueID value for this TicketCore.
      void setState​(java.lang.String state)
      Sets the state value for this TicketCore.
      void setStateID​(java.lang.Integer stateID)
      Sets the stateID value for this TicketCore.
      void setTitle​(java.lang.String title)
      Sets the title value for this TicketCore.
      void setUser​(java.lang.String user)
      Sets the user value for this TicketCore.
      void setUserID​(java.lang.Integer userID)
      Sets the userID value for this TicketCore.
      • Methods inherited from class java.lang.Object

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

      • TicketCore

        public TicketCore()
      • TicketCore

        public TicketCore​(java.lang.String title,
                          java.lang.String user,
                          java.lang.Integer userID,
                          java.lang.String state,
                          java.lang.Integer stateID,
                          java.lang.String priority,
                          java.lang.Integer priorityID,
                          java.lang.String lock,
                          java.lang.Integer lockID,
                          java.lang.String queue,
                          java.lang.Integer queueID,
                          int ownerID)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Gets the title value for this TicketCore.
        Returns:
        title
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets the title value for this TicketCore.
        Parameters:
        title -
      • getUser

        public java.lang.String getUser()
        Gets the user value for this TicketCore.
        Returns:
        user
      • setUser

        public void setUser​(java.lang.String user)
        Sets the user value for this TicketCore.
        Parameters:
        user -
      • getUserID

        public java.lang.Integer getUserID()
        Gets the userID value for this TicketCore.
        Returns:
        userID
      • setUserID

        public void setUserID​(java.lang.Integer userID)
        Sets the userID value for this TicketCore.
        Parameters:
        userID -
      • getState

        public java.lang.String getState()
        Gets the state value for this TicketCore.
        Returns:
        state
      • setState

        public void setState​(java.lang.String state)
        Sets the state value for this TicketCore.
        Parameters:
        state -
      • getStateID

        public java.lang.Integer getStateID()
        Gets the stateID value for this TicketCore.
        Returns:
        stateID
      • setStateID

        public void setStateID​(java.lang.Integer stateID)
        Sets the stateID value for this TicketCore.
        Parameters:
        stateID -
      • getPriority

        public java.lang.String getPriority()
        Gets the priority value for this TicketCore.
        Returns:
        priority
      • setPriority

        public void setPriority​(java.lang.String priority)
        Sets the priority value for this TicketCore.
        Parameters:
        priority -
      • getPriorityID

        public java.lang.Integer getPriorityID()
        Gets the priorityID value for this TicketCore.
        Returns:
        priorityID
      • setPriorityID

        public void setPriorityID​(java.lang.Integer priorityID)
        Sets the priorityID value for this TicketCore.
        Parameters:
        priorityID -
      • getLock

        public java.lang.String getLock()
        Gets the lock value for this TicketCore.
        Returns:
        lock
      • setLock

        public void setLock​(java.lang.String lock)
        Sets the lock value for this TicketCore.
        Parameters:
        lock -
      • getLockID

        public java.lang.Integer getLockID()
        Gets the lockID value for this TicketCore.
        Returns:
        lockID
      • setLockID

        public void setLockID​(java.lang.Integer lockID)
        Sets the lockID value for this TicketCore.
        Parameters:
        lockID -
      • getQueue

        public java.lang.String getQueue()
        Gets the queue value for this TicketCore.
        Returns:
        queue
      • setQueue

        public void setQueue​(java.lang.String queue)
        Sets the queue value for this TicketCore.
        Parameters:
        queue -
      • getQueueID

        public java.lang.Integer getQueueID()
        Gets the queueID value for this TicketCore.
        Returns:
        queueID
      • setQueueID

        public void setQueueID​(java.lang.Integer queueID)
        Sets the queueID value for this TicketCore.
        Parameters:
        queueID -
      • getOwnerID

        public int getOwnerID()
        Gets the ownerID value for this TicketCore.
        Returns:
        ownerID
      • setOwnerID

        public void setOwnerID​(int ownerID)
        Sets the ownerID value for this TicketCore.
        Parameters:
        ownerID -
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getTypeDesc

        public static org.apache.axis.description.TypeDesc getTypeDesc()
        Return type metadata object
      • getSerializer

        public static org.apache.axis.encoding.Serializer getSerializer​(java.lang.String mechType,
                                                                        java.lang.Class _javaType,
                                                                        javax.xml.namespace.QName _xmlType)
        Get Custom Serializer
      • getDeserializer

        public static org.apache.axis.encoding.Deserializer getDeserializer​(java.lang.String mechType,
                                                                            java.lang.Class _javaType,
                                                                            javax.xml.namespace.QName _xmlType)
        Get Custom Deserializer