public class CommentSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
CommentSoapRow() |
CommentSoapRow(String createdBy,
String createdByFullname,
Calendar dateCreated,
String description,
String id,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedBy()
Gets the createdBy value for this CommentSoapRow.
|
String |
getCreatedByFullname()
Gets the createdByFullname value for this CommentSoapRow.
|
Calendar |
getDateCreated()
Gets the dateCreated value for this CommentSoapRow.
|
String |
getDescription()
Gets the description value for this CommentSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this CommentSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTransactionId()
Gets the transactionId value for this CommentSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreatedBy(String createdBy)
Sets the createdBy value for this CommentSoapRow.
|
void |
setCreatedByFullname(String createdByFullname)
Sets the createdByFullname value for this CommentSoapRow.
|
void |
setDateCreated(Calendar dateCreated)
Sets the dateCreated value for this CommentSoapRow.
|
void |
setDescription(String description)
Sets the description value for this CommentSoapRow.
|
void |
setId(String id)
Sets the id value for this CommentSoapRow.
|
void |
setTransactionId(String transactionId)
Sets the transactionId value for this CommentSoapRow.
|
public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - public String getCreatedByFullname()
public void setCreatedByFullname(String createdByFullname)
createdByFullname - public Calendar getDateCreated()
public void setDateCreated(Calendar dateCreated)
dateCreated - public String getDescription()
public void setDescription(String description)
description - public String getId()
public void setId(String id)
id - public String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.