Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class AttachmentDefinition

java.lang.Object
  extended byoracle.workspaces.ws.beans.AttachmentDefinition


public class AttachmentDefinition
extends java.lang.Object

This class represents the definition object used to create an attachment.


Constructor Summary
AttachmentDefinition()
          Default constructor.

 

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

 

Constructor Detail

AttachmentDefinition

public AttachmentDefinition()
Default constructor.

Method Detail

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 -

Copyright © 2001, 2006, Oracle. All rights reserved.