Class TicketCore

    • Method Detail

      • getTitle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void setQueueID​(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 -
      • hashCode

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

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

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

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