org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteAttachment

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractRemoteEntity
      extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteAttachment
All Implemented Interfaces:
Serializable

public class RemoteAttachment
extends AbstractRemoteEntity
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteAttachment()
           
RemoteAttachment(String id, String author, Calendar created, String filename, Long filesize, String mimetype)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthor()
          Gets the author value for this RemoteAttachment.
 Calendar getCreated()
          Gets the created value for this RemoteAttachment.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFilename()
          Gets the filename value for this RemoteAttachment.
 Long getFilesize()
          Gets the filesize value for this RemoteAttachment.
 String getMimetype()
          Gets the mimetype value for this RemoteAttachment.
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 setAuthor(String author)
          Sets the author value for this RemoteAttachment.
 void setCreated(Calendar created)
          Sets the created value for this RemoteAttachment.
 void setFilename(String filename)
          Sets the filename value for this RemoteAttachment.
 void setFilesize(Long filesize)
          Sets the filesize value for this RemoteAttachment.
 void setMimetype(String mimetype)
          Sets the mimetype value for this RemoteAttachment.
 
Methods inherited from class org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractRemoteEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAttachment

public RemoteAttachment()

RemoteAttachment

public RemoteAttachment(String id,
                        String author,
                        Calendar created,
                        String filename,
                        Long filesize,
                        String mimetype)
Method Detail

getAuthor

public String getAuthor()
Gets the author value for this RemoteAttachment.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this RemoteAttachment.

Parameters:
author -

getCreated

public Calendar getCreated()
Gets the created value for this RemoteAttachment.

Returns:
created

setCreated

public void setCreated(Calendar created)
Sets the created value for this RemoteAttachment.

Parameters:
created -

getFilename

public String getFilename()
Gets the filename value for this RemoteAttachment.

Returns:
filename

setFilename

public void setFilename(String filename)
Sets the filename value for this RemoteAttachment.

Parameters:
filename -

getFilesize

public Long getFilesize()
Gets the filesize value for this RemoteAttachment.

Returns:
filesize

setFilesize

public void setFilesize(Long filesize)
Sets the filesize value for this RemoteAttachment.

Parameters:
filesize -

getMimetype

public String getMimetype()
Gets the mimetype value for this RemoteAttachment.

Returns:
mimetype

setMimetype

public void setMimetype(String mimetype)
Sets the mimetype value for this RemoteAttachment.

Parameters:
mimetype -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRemoteEntity

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 © 2002-2011 The Apache Software Foundation. All Rights Reserved.