org.opennms.integration.otrs.ticketservice
Class Article

java.lang.Object
  extended by org.opennms.integration.otrs.ticketservice.Article
All Implemented Interfaces:
Serializable

public class Article
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Article()
           
Article(Integer articleID, Integer ticketID, Integer articleTypeID, String articleType, Integer senderTypeID, String senderType, String from, String to, String CC, String subject, String contentType, String messageID, Long incomingTime, String contentPath, Integer validID, String body)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getArticleID()
          Gets the articleID value for this Article.
 String getArticleType()
          Gets the articleType value for this Article.
 Integer getArticleTypeID()
          Gets the articleTypeID value for this Article.
 String getBody()
          Gets the body value for this Article.
 String getCC()
          Gets the CC value for this Article.
 String getContentPath()
          Gets the contentPath value for this Article.
 String getContentType()
          Gets the contentType value for this Article.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFrom()
          Gets the from value for this Article.
 Long getIncomingTime()
          Gets the incomingTime value for this Article.
 String getMessageID()
          Gets the messageID value for this Article.
 String getSenderType()
          Gets the senderType value for this Article.
 Integer getSenderTypeID()
          Gets the senderTypeID value for this Article.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSubject()
          Gets the subject value for this Article.
 Integer getTicketID()
          Gets the ticketID value for this Article.
 String getTo()
          Gets the to value for this Article.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Integer getValidID()
          Gets the validID value for this Article.
 int hashCode()
           
 void setArticleID(Integer articleID)
          Sets the articleID value for this Article.
 void setArticleType(String articleType)
          Sets the articleType value for this Article.
 void setArticleTypeID(Integer articleTypeID)
          Sets the articleTypeID value for this Article.
 void setBody(String body)
          Sets the body value for this Article.
 void setCC(String CC)
          Sets the CC value for this Article.
 void setContentPath(String contentPath)
          Sets the contentPath value for this Article.
 void setContentType(String contentType)
          Sets the contentType value for this Article.
 void setFrom(String from)
          Sets the from value for this Article.
 void setIncomingTime(Long incomingTime)
          Sets the incomingTime value for this Article.
 void setMessageID(String messageID)
          Sets the messageID value for this Article.
 void setSenderType(String senderType)
          Sets the senderType value for this Article.
 void setSenderTypeID(Integer senderTypeID)
          Sets the senderTypeID value for this Article.
 void setSubject(String subject)
          Sets the subject value for this Article.
 void setTicketID(Integer ticketID)
          Sets the ticketID value for this Article.
 void setTo(String to)
          Sets the to value for this Article.
 void setValidID(Integer validID)
          Sets the validID value for this Article.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Article

public Article()

Article

public Article(Integer articleID,
               Integer ticketID,
               Integer articleTypeID,
               String articleType,
               Integer senderTypeID,
               String senderType,
               String from,
               String to,
               String CC,
               String subject,
               String contentType,
               String messageID,
               Long incomingTime,
               String contentPath,
               Integer validID,
               String body)
Method Detail

getArticleID

public Integer getArticleID()
Gets the articleID value for this Article.

Returns:
articleID

setArticleID

public void setArticleID(Integer articleID)
Sets the articleID value for this Article.

Parameters:
articleID -

getTicketID

public Integer getTicketID()
Gets the ticketID value for this Article.

Returns:
ticketID

setTicketID

public void setTicketID(Integer ticketID)
Sets the ticketID value for this Article.

Parameters:
ticketID -

getArticleTypeID

public Integer getArticleTypeID()
Gets the articleTypeID value for this Article.

Returns:
articleTypeID

setArticleTypeID

public void setArticleTypeID(Integer articleTypeID)
Sets the articleTypeID value for this Article.

Parameters:
articleTypeID -

getArticleType

public String getArticleType()
Gets the articleType value for this Article.

Returns:
articleType

setArticleType

public void setArticleType(String articleType)
Sets the articleType value for this Article.

Parameters:
articleType -

getSenderTypeID

public Integer getSenderTypeID()
Gets the senderTypeID value for this Article.

Returns:
senderTypeID

setSenderTypeID

public void setSenderTypeID(Integer senderTypeID)
Sets the senderTypeID value for this Article.

Parameters:
senderTypeID -

getSenderType

public String getSenderType()
Gets the senderType value for this Article.

Returns:
senderType

setSenderType

public void setSenderType(String senderType)
Sets the senderType value for this Article.

Parameters:
senderType -

getFrom

public String getFrom()
Gets the from value for this Article.

Returns:
from

setFrom

public void setFrom(String from)
Sets the from value for this Article.

Parameters:
from -

getTo

public String getTo()
Gets the to value for this Article.

Returns:
to

setTo

public void setTo(String to)
Sets the to value for this Article.

Parameters:
to -

getCC

public String getCC()
Gets the CC value for this Article.

Returns:
CC

setCC

public void setCC(String CC)
Sets the CC value for this Article.

Parameters:
CC -

getSubject

public String getSubject()
Gets the subject value for this Article.

Returns:
subject

setSubject

public void setSubject(String subject)
Sets the subject value for this Article.

Parameters:
subject -

getContentType

public String getContentType()
Gets the contentType value for this Article.

Returns:
contentType

setContentType

public void setContentType(String contentType)
Sets the contentType value for this Article.

Parameters:
contentType -

getMessageID

public String getMessageID()
Gets the messageID value for this Article.

Returns:
messageID

setMessageID

public void setMessageID(String messageID)
Sets the messageID value for this Article.

Parameters:
messageID -

getIncomingTime

public Long getIncomingTime()
Gets the incomingTime value for this Article.

Returns:
incomingTime

setIncomingTime

public void setIncomingTime(Long incomingTime)
Sets the incomingTime value for this Article.

Parameters:
incomingTime -

getContentPath

public String getContentPath()
Gets the contentPath value for this Article.

Returns:
contentPath

setContentPath

public void setContentPath(String contentPath)
Sets the contentPath value for this Article.

Parameters:
contentPath -

getValidID

public Integer getValidID()
Gets the validID value for this Article.

Returns:
validID

setValidID

public void setValidID(Integer validID)
Sets the validID value for this Article.

Parameters:
validID -

getBody

public String getBody()
Gets the body value for this Article.

Returns:
body

setBody

public void setBody(String body)
Sets the body value for this Article.

Parameters:
body -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

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



Copyright © 2011. All Rights Reserved.