public class MarketplaceComment extends Object implements Serializable
Proposal that
has been sent to Marketplace.| Constructor and Description |
|---|
MarketplaceComment() |
MarketplaceComment(Long proposalId,
String comment,
DateTime creationTime,
Boolean createdBySeller) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComment()
Gets the comment value for this MarketplaceComment.
|
Boolean |
getCreatedBySeller()
Gets the createdBySeller value for this MarketplaceComment.
|
DateTime |
getCreationTime()
Gets the creationTime value for this MarketplaceComment.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getProposalId()
Gets the proposalId value for this MarketplaceComment.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setComment(String comment)
Sets the comment value for this MarketplaceComment.
|
void |
setCreatedBySeller(Boolean createdBySeller)
Sets the createdBySeller value for this MarketplaceComment.
|
void |
setCreationTime(DateTime creationTime)
Sets the creationTime value for this MarketplaceComment.
|
void |
setProposalId(Long proposalId)
Sets the proposalId value for this MarketplaceComment.
|
String |
toString() |
public Long getProposalId()
Proposal the comment belongs to.public void setProposalId(Long proposalId)
proposalId - * The unique ID of the Proposal the comment belongs to.public String getComment()
Proposal.public void setComment(String comment)
comment - * The comment made on the Proposal.public DateTime getCreationTime()
DateTime of this MarketplaceComment.public void setCreationTime(DateTime creationTime)
creationTime - * The creation DateTime of this MarketplaceComment.public Boolean getCreatedBySeller()
MarketplaceComment was created
by seller.public void setCreatedBySeller(Boolean createdBySeller)
createdBySeller - * Indicates whether the MarketplaceComment was created
by seller.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.