hudson.plugins.sfee.webservice
Class CommentSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.CommentSoapRow
All Implemented Interfaces:
Serializable

public class CommentSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CommentSoapRow()
           
CommentSoapRow(String createdBy, String createdByFullname, Calendar dateCreated, String description, String id, String transactionId)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentSoapRow

public CommentSoapRow()

CommentSoapRow

public CommentSoapRow(String createdBy,
                      String createdByFullname,
                      Calendar dateCreated,
                      String description,
                      String id,
                      String transactionId)
Method Detail

getCreatedBy

public String getCreatedBy()
Gets the createdBy value for this CommentSoapRow.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(String createdBy)
Sets the createdBy value for this CommentSoapRow.

Parameters:
createdBy -

getCreatedByFullname

public String getCreatedByFullname()
Gets the createdByFullname value for this CommentSoapRow.

Returns:
createdByFullname

setCreatedByFullname

public void setCreatedByFullname(String createdByFullname)
Sets the createdByFullname value for this CommentSoapRow.

Parameters:
createdByFullname -

getDateCreated

public Calendar getDateCreated()
Gets the dateCreated value for this CommentSoapRow.

Returns:
dateCreated

setDateCreated

public void setDateCreated(Calendar dateCreated)
Sets the dateCreated value for this CommentSoapRow.

Parameters:
dateCreated -

getDescription

public String getDescription()
Gets the description value for this CommentSoapRow.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this CommentSoapRow.

Parameters:
description -

getId

public String getId()
Gets the id value for this CommentSoapRow.

Returns:
id

setId

public void setId(String id)
Sets the id value for this CommentSoapRow.

Parameters:
id -

getTransactionId

public String getTransactionId()
Gets the transactionId value for this CommentSoapRow.

Returns:
transactionId

setTransactionId

public void setTransactionId(String transactionId)
Sets the transactionId value for this CommentSoapRow.

Parameters:
transactionId -

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 © 2004-2012 Hudson. All Rights Reserved.