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

Part No. B28209-01


oracle.workspaces.ws.beans
Class AttachedItem

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


public class AttachedItem
extends java.lang.Object

This class represents an attachment to a resource item.


Method Summary
 java.lang.String getDescription()
          Gets the description of attachment.
 java.lang.String getEntityId()
          Gets the entity Id value of attached Item.
 java.lang.String getEntityRole()
          Gets the entity role value of attached item - possible values include ENTITY_ROLE_SOURCE and ENTITY_ROLE_TARGET.
 void setDescription(java.lang.String description)
          Sets the description of attachment.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description of attachment.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description of attachment.
Parameters:
description -

getEntityId

public java.lang.String getEntityId()
Gets the entity Id value of attached Item.
Returns:
entityId

getEntityRole

public java.lang.String getEntityRole()
Gets the entity role value of attached item - possible values include ENTITY_ROLE_SOURCE and ENTITY_ROLE_TARGET.
Returns:
entityRole

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