hudson.plugins.jira.soap
Class RemoteWorklogImpl

java.lang.Object
  extended by hudson.plugins.jira.soap.RemoteWorklog
      extended by hudson.plugins.jira.soap.RemoteWorklogImpl
All Implemented Interfaces:
Serializable

public class RemoteWorklogImpl
extends RemoteWorklog
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteWorklogImpl()
           
RemoteWorklogImpl(String author, String comment, Calendar created, String groupLevel, String id, String roleLevelId, Calendar startDate, String timeSpent, long timeSpentInSeconds, String updateAuthor, Calendar updated)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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()
           
 
Methods inherited from class hudson.plugins.jira.soap.RemoteWorklog
getAuthor, getComment, getCreated, getGroupLevel, getId, getRoleLevelId, getStartDate, getTimeSpent, getTimeSpentInSeconds, getUpdateAuthor, getUpdated, setAuthor, setComment, setCreated, setGroupLevel, setId, setRoleLevelId, setStartDate, setTimeSpent, setTimeSpentInSeconds, setUpdateAuthor, setUpdated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteWorklogImpl

public RemoteWorklogImpl()

RemoteWorklogImpl

public RemoteWorklogImpl(String author,
                         String comment,
                         Calendar created,
                         String groupLevel,
                         String id,
                         String roleLevelId,
                         Calendar startDate,
                         String timeSpent,
                         long timeSpentInSeconds,
                         String updateAuthor,
                         Calendar updated)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RemoteWorklog

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.