public class Article extends Object implements Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
public 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)
public Integer getArticleID()
public void setArticleID(Integer articleID)
articleID
- public Integer getTicketID()
public void setTicketID(Integer ticketID)
ticketID
- public Integer getArticleTypeID()
public void setArticleTypeID(Integer articleTypeID)
articleTypeID
- public String getArticleType()
public void setArticleType(String articleType)
articleType
- public Integer getSenderTypeID()
public void setSenderTypeID(Integer senderTypeID)
senderTypeID
- public String getSenderType()
public void setSenderType(String senderType)
senderType
- public String getFrom()
public void setFrom(String from)
from
- public String getTo()
public void setTo(String to)
to
- public String getCC()
public void setCC(String CC)
CC
- public String getSubject()
public void setSubject(String subject)
subject
- public String getContentType()
public void setContentType(String contentType)
contentType
- public String getMessageID()
public void setMessageID(String messageID)
messageID
- public Long getIncomingTime()
public void setIncomingTime(Long incomingTime)
incomingTime
- public String getContentPath()
public void setContentPath(String contentPath)
contentPath
- public Integer getValidID()
public void setValidID(Integer validID)
validID
- public String getBody()
public void setBody(String body)
body
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.