|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v2.domain.WsAttachment
public class WsAttachment
This object represents a Contour attachment.
| Constructor Summary | |
|---|---|
WsAttachment()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAttachmentDocId()
Gets the id of the item that represents this attachment (in WsDocAttach, etc...) |
java.lang.Integer |
getAttachmentTypeId()
Gets the attachment's type id. |
java.lang.String |
getDescription()
Gets the attachment's description. |
java.lang.String |
getFileName()
Gets the attachment's file name. |
java.lang.Integer |
getFileSize()
Gets the attachments file size. |
java.lang.Integer |
getId()
Gets the attachment's id. |
java.lang.String |
getMimetype()
Gets the attachment's mime type. |
WsOrganization |
getOrganization()
Gets Organization the attachment is in. |
WsProject |
getProject()
Gets the Project the attachment is in. |
java.lang.Boolean |
getSystem()
Is this a system attachment? |
void |
setAttachmentDocId(java.lang.Integer attachmentDocId)
|
void |
setAttachmentTypeId(java.lang.Integer attachmentTypeId)
|
void |
setDescription(java.lang.String description)
Sets the attachment's description. |
void |
setFileName(java.lang.String fileName)
|
void |
setFileSize(java.lang.Integer fileSize)
|
void |
setId(java.lang.Integer id)
Sets the attachment's id. |
void |
setMimetype(java.lang.String mimetype)
|
void |
setOrganization(WsOrganization organization)
|
void |
setProject(WsProject project)
Sets the Project the attachment is in. |
void |
setSystem(java.lang.Boolean system)
|
java.lang.String |
toString()
Gets a string representation of this attachment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsAttachment()
| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - attachment idpublic java.lang.String getMimetype()
public void setMimetype(java.lang.String mimetype)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public java.lang.Integer getFileSize()
public void setFileSize(java.lang.Integer fileSize)
public WsOrganization getOrganization()
public void setOrganization(WsOrganization organization)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - attachment descriptionpublic WsProject getProject()
public void setProject(WsProject project)
project - WsProjectpublic java.lang.Integer getAttachmentTypeId()
public void setAttachmentTypeId(java.lang.Integer attachmentTypeId)
public java.lang.Boolean getSystem()
public void setSystem(java.lang.Boolean system)
public java.lang.Integer getAttachmentDocId()
WsDocAttach, etc...)
public void setAttachmentDocId(java.lang.Integer attachmentDocId)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||