|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectthucydides.plugins.jira.soap.AbstractRemoteEntity
thucydides.plugins.jira.soap.RemoteAttachment
public class RemoteAttachment
| 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 thucydides.plugins.jira.soap.AbstractRemoteEntity |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteAttachment()
public RemoteAttachment(String id,
String author,
Calendar created,
String filename,
Long filesize,
String mimetype)
| Method Detail |
|---|
public String getAuthor()
public void setAuthor(String author)
author - public Calendar getCreated()
public void setCreated(Calendar created)
created - public String getFilename()
public void setFilename(String filename)
filename - public Long getFilesize()
public void setFilesize(Long filesize)
filesize - public String getMimetype()
public void setMimetype(String mimetype)
mimetype - public boolean equals(Object obj)
equals in class AbstractRemoteEntitypublic int hashCode()
hashCode in class AbstractRemoteEntitypublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||