OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.server.cp.message
Interface CPItemRemove

All Superinterfaces:
CPPackageItem

public interface CPItemRemove
extends CPPackageItem

Provides accessors for cp package item removal

Since:
9.0.4

Method Summary
 java.lang.String getItemID()
          Returns id of the cp item to be removed
 java.lang.String getName()
          Returns name of the cp item to be removed
 void setItemID(java.lang.String itemID)
          Sets the id of the cp item to be removed
 void setName(java.lang.String name)
          Sets the name of the cp item to be removed

 

Method Detail

getItemID

public java.lang.String getItemID()
Returns id of the cp item to be removed

getName

public java.lang.String getName()
Returns name of the cp item to be removed

setItemID

public void setItemID(java.lang.String itemID)
Sets the id of the cp item to be removed
Parameters:
itemID, - the id of the cp item to be removed

setName

public void setName(java.lang.String name)
Sets the name of the cp item to be removed
Parameters:
name, - the name of the cp item to be removed

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

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