oracle.workspaces.ws.beans
Class AttachmentDefinition
java.lang.Object
oracle.workspaces.ws.beans.AttachmentDefinition
- public class AttachmentDefinition
- extends java.lang.Object
This class represents the definition object used to create an attachment.
Method Summary |
void |
setDescription(java.lang.String description)
Sets the description for attachment link being created. |
void |
setEntityId(java.lang.String entityId)
Sets the entityId value for this AttachmentDefinition - this is a mandatory attribute needed to add an attachment to an existing resource item. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentDefinition
public AttachmentDefinition()
- Default constructor.
setDescription
public void setDescription(java.lang.String description)
- Sets the description for attachment link being created.
-
- Parameters:
description
-
setEntityId
public void setEntityId(java.lang.String entityId)
- Sets the entityId value for this AttachmentDefinition - this is a mandatory attribute needed to add an attachment to an existing resource item.
-
- Parameters:
entityId
-