|
OracleAS Syndication Services API Reference 10g (9.0.4) Part No. B10399-01 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides accessors for cp package item common attributes
Method Summary | |
void |
addExtendedProperty(java.lang.String name, java.lang.Object value) Adds the extended property, if there is a property with the same name, the value will be overwriten. |
ISODateTime |
getActivation() Returns cp item activation date |
java.lang.String |
getContentFilename() Returns cp item content filename |
java.lang.String |
getContentType() Returns cp item content type |
ISODateTime |
getExpiration() Returns cp item expiration date |
java.util.Map |
getExtendedProperties() Returens the extended properties |
java.lang.Object |
getExtendedProperty(java.lang.String name) Returens the extended property by name |
java.lang.String |
getID() Returns cp item ID |
java.lang.String |
getIPStatus() Returns cp item intellectual status |
java.lang.String |
getLicense() Returns cp item license information |
java.lang.String |
getRightsHolder() Returns cp item rights holder |
boolean |
hasShowCredit() Returns true if the cp item show-credit attribute is set |
void |
setActivation(ISODateTime date) Sets the activation of the cp item |
void |
setContentFilename(java.lang.String filename) Sets the content filename of the cp item |
void |
setContentType(java.lang.String contentType) Sets the content type of the cp item |
void |
setExpiration(ISODateTime expiration) Sets the expiration date of the cp item |
void |
setID(java.lang.String id) Sets the ID of the cp item |
void |
setIPStatus(java.lang.String ipStatus) Sets the ip status of the cp item |
void |
setLicense(java.lang.String license) Sets the license information of the cp item |
void |
setRightsHolder(java.lang.String rightsHolder) Sets the rights holder of the cp item |
void |
setShowCredit(boolean showCredit) Sets the show credit attribute of the cp item |
Method Detail |
public java.lang.String getID()
public ISODateTime getActivation()
public java.lang.String getContentFilename()
public java.lang.String getContentType()
public ISODateTime getExpiration()
public java.lang.String getIPStatus()
public java.lang.String getLicense()
public java.lang.String getRightsHolder()
public boolean hasShowCredit()
public java.util.Map getExtendedProperties()
public java.lang.Object getExtendedProperty(java.lang.String name)
public void setID(java.lang.String id)
id,
- the id of the cp itempublic void setActivation(ISODateTime date)
date,
- the activation date of the cp itempublic void setContentFilename(java.lang.String filename)
filename,
- the filename of the cp itempublic void setContentType(java.lang.String contentType)
contentType,
- the contentType of the cp itempublic void setExpiration(ISODateTime expiration)
expiration,
- the expiration date of the cp itempublic void setIPStatus(java.lang.String ipStatus)
ipStatus,
- the ip status of the cp itempublic void setLicense(java.lang.String license)
license,
- the license information for the cp itempublic void setRightsHolder(java.lang.String rightsHolder)
rightsHolder,
- the rights holder of the cp itempublic void setShowCredit(boolean showCredit)
showCredit,
- true if you want to set the show credit attributepublic void addExtendedProperty(java.lang.String name, java.lang.Object value)
name,
- name of the propertyvalue,
- value of the property
|
Copyright © 2001, 2003, Oracle. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2003, Oracle. All rights reserved.