OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.server.cp.message
Interface CPItemGroup

All Superinterfaces:
CPItemCommonAttributes, CPPackageItem, CPPackageItemContainer

public interface CPItemGroup
extends CPPackageItem, CPPackageItemContainer, CPItemCommonAttributes

Provides accessors for cp package item group

Since:
9.0.4

Method Summary
 java.lang.String getID()
          Returns id of the cp item group
 java.lang.String getName()
          Returns name of the cp item group
 void setID(java.lang.String id)
          Sets the id of the cp item group
 void setName(java.lang.String name)
          Sets the name of the cp item group

 

Methods inherited from interface oracle.syndicate.server.cp.message.CPPackageItemContainer
addPackageItem, addPackageItem, getPackageItems

 

Methods inherited from interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
addExtendedProperty, getActivation, getContentFilename, getContentType, getExpiration, getExtendedProperties, getExtendedProperty, getIPStatus, getLicense, getRightsHolder, hasShowCredit, setActivation, setContentFilename, setContentType, setExpiration, setIPStatus, setLicense, setRightsHolder, setShowCredit

 

Method Detail

getID

public java.lang.String getID()
Returns id of the cp item group
Specified by:
getID in interface CPItemCommonAttributes

getName

public java.lang.String getName()
Returns name of the cp item group

setID

public void setID(java.lang.String id)
Sets the id of the cp item group
Specified by:
setID in interface CPItemCommonAttributes
Parameters:
id, - the id of the cp item group

setName

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

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

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