Class Ticket

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      Ticket()  
      Ticket​(java.lang.Integer ticketID, java.lang.Long ticketNumber, java.lang.String title, java.lang.Integer age, java.lang.String state, java.lang.Integer stateID, java.lang.String stateType, java.lang.String priority, java.lang.Integer priorityID, java.lang.String lock, java.lang.Integer lockID, java.lang.Integer unlockTimeout, java.lang.String queue, java.lang.Integer queueID, java.lang.Integer groupID, java.lang.String customerID, java.lang.String customerUserID, java.lang.String owner, java.lang.Integer ownerID, java.lang.String responsible, java.lang.Integer responsibleID, java.lang.String type, java.lang.Integer typeID, java.lang.Integer SLAID, java.lang.Integer serviceID, java.util.Calendar created, java.lang.Long createTimeUnix, java.lang.Long untilTime, java.lang.Long escalationStartTime, java.lang.Long escalationResponseTime, java.lang.Long escalationSolutionTime)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.Integer getAge()
      Gets the age value for this Ticket.
      java.util.Calendar getCreated()
      Gets the created value for this Ticket.
      java.lang.Long getCreateTimeUnix()
      Gets the createTimeUnix value for this Ticket.
      java.lang.String getCustomerID()
      Gets the customerID value for this Ticket.
      java.lang.String getCustomerUserID()
      Gets the customerUserID value for this Ticket.
      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.Long getEscalationResponseTime()
      Gets the escalationResponseTime value for this Ticket.
      java.lang.Long getEscalationSolutionTime()
      Gets the escalationSolutionTime value for this Ticket.
      java.lang.Long getEscalationStartTime()
      Gets the escalationStartTime value for this Ticket.
      java.lang.Integer getGroupID()
      Gets the groupID value for this Ticket.
      java.lang.String getLock()
      Gets the lock value for this Ticket.
      java.lang.Integer getLockID()
      Gets the lockID value for this Ticket.
      java.lang.String getOwner()
      Gets the owner value for this Ticket.
      java.lang.Integer getOwnerID()
      Gets the ownerID value for this Ticket.
      java.lang.String getPriority()
      Gets the priority value for this Ticket.
      java.lang.Integer getPriorityID()
      Gets the priorityID value for this Ticket.
      java.lang.String getQueue()
      Gets the queue value for this Ticket.
      java.lang.Integer getQueueID()
      Gets the queueID value for this Ticket.
      java.lang.String getResponsible()
      Gets the responsible value for this Ticket.
      java.lang.Integer getResponsibleID()
      Gets the responsibleID value for this Ticket.
      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.Integer getServiceID()
      Gets the serviceID value for this Ticket.
      java.lang.Integer getSLAID()
      Gets the SLAID value for this Ticket.
      java.lang.String getState()
      Gets the state value for this Ticket.
      java.lang.Integer getStateID()
      Gets the stateID value for this Ticket.
      java.lang.String getStateType()
      Gets the stateType value for this Ticket.
      java.lang.Integer getTicketID()
      Gets the ticketID value for this Ticket.
      java.lang.Long getTicketNumber()
      Gets the ticketNumber value for this Ticket.
      java.lang.String getTitle()
      Gets the title value for this Ticket.
      java.lang.String getType()
      Gets the type value for this Ticket.
      static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
      java.lang.Integer getTypeID()
      Gets the typeID value for this Ticket.
      java.lang.Integer getUnlockTimeout()
      Gets the unlockTimeout value for this Ticket.
      java.lang.Long getUntilTime()
      Gets the untilTime value for this Ticket.
      int hashCode()  
      void setAge​(java.lang.Integer age)
      Sets the age value for this Ticket.
      void setCreated​(java.util.Calendar created)
      Sets the created value for this Ticket.
      void setCreateTimeUnix​(java.lang.Long createTimeUnix)
      Sets the createTimeUnix value for this Ticket.
      void setCustomerID​(java.lang.String customerID)
      Sets the customerID value for this Ticket.
      void setCustomerUserID​(java.lang.String customerUserID)
      Sets the customerUserID value for this Ticket.
      void setEscalationResponseTime​(java.lang.Long escalationResponseTime)
      Sets the escalationResponseTime value for this Ticket.
      void setEscalationSolutionTime​(java.lang.Long escalationSolutionTime)
      Sets the escalationSolutionTime value for this Ticket.
      void setEscalationStartTime​(java.lang.Long escalationStartTime)
      Sets the escalationStartTime value for this Ticket.
      void setGroupID​(java.lang.Integer groupID)
      Sets the groupID value for this Ticket.
      void setLock​(java.lang.String lock)
      Sets the lock value for this Ticket.
      void setLockID​(java.lang.Integer lockID)
      Sets the lockID value for this Ticket.
      void setOwner​(java.lang.String owner)
      Sets the owner value for this Ticket.
      void setOwnerID​(java.lang.Integer ownerID)
      Sets the ownerID value for this Ticket.
      void setPriority​(java.lang.String priority)
      Sets the priority value for this Ticket.
      void setPriorityID​(java.lang.Integer priorityID)
      Sets the priorityID value for this Ticket.
      void setQueue​(java.lang.String queue)
      Sets the queue value for this Ticket.
      void setQueueID​(java.lang.Integer queueID)
      Sets the queueID value for this Ticket.
      void setResponsible​(java.lang.String responsible)
      Sets the responsible value for this Ticket.
      void setResponsibleID​(java.lang.Integer responsibleID)
      Sets the responsibleID value for this Ticket.
      void setServiceID​(java.lang.Integer serviceID)
      Sets the serviceID value for this Ticket.
      void setSLAID​(java.lang.Integer SLAID)
      Sets the SLAID value for this Ticket.
      void setState​(java.lang.String state)
      Sets the state value for this Ticket.
      void setStateID​(java.lang.Integer stateID)
      Sets the stateID value for this Ticket.
      void setStateType​(java.lang.String stateType)
      Sets the stateType value for this Ticket.
      void setTicketID​(java.lang.Integer ticketID)
      Sets the ticketID value for this Ticket.
      void setTicketNumber​(java.lang.Long ticketNumber)
      Sets the ticketNumber value for this Ticket.
      void setTitle​(java.lang.String title)
      Sets the title value for this Ticket.
      void setType​(java.lang.String type)
      Sets the type value for this Ticket.
      void setTypeID​(java.lang.Integer typeID)
      Sets the typeID value for this Ticket.
      void setUnlockTimeout​(java.lang.Integer unlockTimeout)
      Sets the unlockTimeout value for this Ticket.
      void setUntilTime​(java.lang.Long untilTime)
      Sets the untilTime value for this Ticket.
      • Methods inherited from class java.lang.Object

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

      • Ticket

        public Ticket()
      • Ticket

        public Ticket​(java.lang.Integer ticketID,
                      java.lang.Long ticketNumber,
                      java.lang.String title,
                      java.lang.Integer age,
                      java.lang.String state,
                      java.lang.Integer stateID,
                      java.lang.String stateType,
                      java.lang.String priority,
                      java.lang.Integer priorityID,
                      java.lang.String lock,
                      java.lang.Integer lockID,
                      java.lang.Integer unlockTimeout,
                      java.lang.String queue,
                      java.lang.Integer queueID,
                      java.lang.Integer groupID,
                      java.lang.String customerID,
                      java.lang.String customerUserID,
                      java.lang.String owner,
                      java.lang.Integer ownerID,
                      java.lang.String responsible,
                      java.lang.Integer responsibleID,
                      java.lang.String type,
                      java.lang.Integer typeID,
                      java.lang.Integer SLAID,
                      java.lang.Integer serviceID,
                      java.util.Calendar created,
                      java.lang.Long createTimeUnix,
                      java.lang.Long untilTime,
                      java.lang.Long escalationStartTime,
                      java.lang.Long escalationResponseTime,
                      java.lang.Long escalationSolutionTime)
    • Method Detail

      • getTicketID

        public java.lang.Integer getTicketID()
        Gets the ticketID value for this Ticket.
        Returns:
        ticketID
      • setTicketID

        public void setTicketID​(java.lang.Integer ticketID)
        Sets the ticketID value for this Ticket.
        Parameters:
        ticketID -
      • getTicketNumber

        public java.lang.Long getTicketNumber()
        Gets the ticketNumber value for this Ticket.
        Returns:
        ticketNumber
      • setTicketNumber

        public void setTicketNumber​(java.lang.Long ticketNumber)
        Sets the ticketNumber value for this Ticket.
        Parameters:
        ticketNumber -
      • getTitle

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

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

        public java.lang.Integer getAge()
        Gets the age value for this Ticket.
        Returns:
        age
      • setAge

        public void setAge​(java.lang.Integer age)
        Sets the age value for this Ticket.
        Parameters:
        age -
      • getState

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

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

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

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

        public java.lang.String getStateType()
        Gets the stateType value for this Ticket.
        Returns:
        stateType
      • setStateType

        public void setStateType​(java.lang.String stateType)
        Sets the stateType value for this Ticket.
        Parameters:
        stateType -
      • getPriority

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

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

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

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

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

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

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

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

        public java.lang.Integer getUnlockTimeout()
        Gets the unlockTimeout value for this Ticket.
        Returns:
        unlockTimeout
      • setUnlockTimeout

        public void setUnlockTimeout​(java.lang.Integer unlockTimeout)
        Sets the unlockTimeout value for this Ticket.
        Parameters:
        unlockTimeout -
      • getQueue

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

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

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

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

        public java.lang.Integer getGroupID()
        Gets the groupID value for this Ticket.
        Returns:
        groupID
      • setGroupID

        public void setGroupID​(java.lang.Integer groupID)
        Sets the groupID value for this Ticket.
        Parameters:
        groupID -
      • getCustomerID

        public java.lang.String getCustomerID()
        Gets the customerID value for this Ticket.
        Returns:
        customerID
      • setCustomerID

        public void setCustomerID​(java.lang.String customerID)
        Sets the customerID value for this Ticket.
        Parameters:
        customerID -
      • getCustomerUserID

        public java.lang.String getCustomerUserID()
        Gets the customerUserID value for this Ticket.
        Returns:
        customerUserID
      • setCustomerUserID

        public void setCustomerUserID​(java.lang.String customerUserID)
        Sets the customerUserID value for this Ticket.
        Parameters:
        customerUserID -
      • getOwner

        public java.lang.String getOwner()
        Gets the owner value for this Ticket.
        Returns:
        owner
      • setOwner

        public void setOwner​(java.lang.String owner)
        Sets the owner value for this Ticket.
        Parameters:
        owner -
      • getOwnerID

        public java.lang.Integer getOwnerID()
        Gets the ownerID value for this Ticket.
        Returns:
        ownerID
      • setOwnerID

        public void setOwnerID​(java.lang.Integer ownerID)
        Sets the ownerID value for this Ticket.
        Parameters:
        ownerID -
      • getResponsible

        public java.lang.String getResponsible()
        Gets the responsible value for this Ticket.
        Returns:
        responsible
      • setResponsible

        public void setResponsible​(java.lang.String responsible)
        Sets the responsible value for this Ticket.
        Parameters:
        responsible -
      • getResponsibleID

        public java.lang.Integer getResponsibleID()
        Gets the responsibleID value for this Ticket.
        Returns:
        responsibleID
      • setResponsibleID

        public void setResponsibleID​(java.lang.Integer responsibleID)
        Sets the responsibleID value for this Ticket.
        Parameters:
        responsibleID -
      • getType

        public java.lang.String getType()
        Gets the type value for this Ticket.
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
        Sets the type value for this Ticket.
        Parameters:
        type -
      • getTypeID

        public java.lang.Integer getTypeID()
        Gets the typeID value for this Ticket.
        Returns:
        typeID
      • setTypeID

        public void setTypeID​(java.lang.Integer typeID)
        Sets the typeID value for this Ticket.
        Parameters:
        typeID -
      • getSLAID

        public java.lang.Integer getSLAID()
        Gets the SLAID value for this Ticket.
        Returns:
        SLAID
      • setSLAID

        public void setSLAID​(java.lang.Integer SLAID)
        Sets the SLAID value for this Ticket.
        Parameters:
        SLAID -
      • getServiceID

        public java.lang.Integer getServiceID()
        Gets the serviceID value for this Ticket.
        Returns:
        serviceID
      • setServiceID

        public void setServiceID​(java.lang.Integer serviceID)
        Sets the serviceID value for this Ticket.
        Parameters:
        serviceID -
      • getCreated

        public java.util.Calendar getCreated()
        Gets the created value for this Ticket.
        Returns:
        created
      • setCreated

        public void setCreated​(java.util.Calendar created)
        Sets the created value for this Ticket.
        Parameters:
        created -
      • getCreateTimeUnix

        public java.lang.Long getCreateTimeUnix()
        Gets the createTimeUnix value for this Ticket.
        Returns:
        createTimeUnix
      • setCreateTimeUnix

        public void setCreateTimeUnix​(java.lang.Long createTimeUnix)
        Sets the createTimeUnix value for this Ticket.
        Parameters:
        createTimeUnix -
      • getUntilTime

        public java.lang.Long getUntilTime()
        Gets the untilTime value for this Ticket.
        Returns:
        untilTime
      • setUntilTime

        public void setUntilTime​(java.lang.Long untilTime)
        Sets the untilTime value for this Ticket.
        Parameters:
        untilTime -
      • getEscalationStartTime

        public java.lang.Long getEscalationStartTime()
        Gets the escalationStartTime value for this Ticket.
        Returns:
        escalationStartTime
      • setEscalationStartTime

        public void setEscalationStartTime​(java.lang.Long escalationStartTime)
        Sets the escalationStartTime value for this Ticket.
        Parameters:
        escalationStartTime -
      • getEscalationResponseTime

        public java.lang.Long getEscalationResponseTime()
        Gets the escalationResponseTime value for this Ticket.
        Returns:
        escalationResponseTime
      • setEscalationResponseTime

        public void setEscalationResponseTime​(java.lang.Long escalationResponseTime)
        Sets the escalationResponseTime value for this Ticket.
        Parameters:
        escalationResponseTime -
      • getEscalationSolutionTime

        public java.lang.Long getEscalationSolutionTime()
        Gets the escalationSolutionTime value for this Ticket.
        Returns:
        escalationSolutionTime
      • setEscalationSolutionTime

        public void setEscalationSolutionTime​(java.lang.Long escalationSolutionTime)
        Sets the escalationSolutionTime value for this Ticket.
        Parameters:
        escalationSolutionTime -
      • 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