OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.server.cp.message
Interface CPOffer


public interface CPOffer

Provides accessors for cp offer

Since:
9.0.4

Method Summary
 java.lang.String getCPOfferID()
          Returns the cp offer id
 java.lang.String getDescription()
          Returns the cp offer description
 ISODateTime getExpirationDate()
          Returns the cp offer expiration date
 java.lang.String getIPStatus()
          Returns the cp offer intellectual property status
 java.lang.String getName()
          Returns the cp offer name
 java.lang.String getProductName()
          Returns the cp offer product name
 java.lang.String getRightsHolder()
          Returns the cp offer rights-holder
 boolean isAtomicUse()
          Returns true if the cp offer has the is-atomic attribute set
 boolean isEditable()
          Returns true if the cp offer has the editable attribute set
 boolean isShowCredit()
          Returns true if the cp offer has the show credit attribute set
 boolean isUsageRequired()
          Returns true if the cp offer has the usage required attribute set
 void setAtomicUse(boolean bAtomicUse)
          Sets the is-atomic attribute
 void setCPOfferID(java.lang.String offerID)
          Sets the cp offer id
 void setDescription(java.lang.String description)
          Sets the cp offer description
 void setEditable(boolean bEditable)
          Sets the cp offer editable attribute
 void setExpirationDate(ISODateTime exprDate)
          Sets the cp offer expiration date
 void setIPStatus(java.lang.String ipStatus)
          Sets the cp offer intellectual property status
 void setName(java.lang.String name)
          Sets the cp offer name
 void setProductName(java.lang.String productName)
          Sets the cp offer product name
 void setRightsHolder(java.lang.String rightsHolder)
          Sets the cp offer rights holder
 void setShowCredit(boolean bHasShowCredit)
          Sets the cp offer show credit attribute
 void setUsageRequired(boolean bIsUsageRequired)
          Sets the cp offer usage required attribute

 

Method Detail

getCPOfferID

public java.lang.String getCPOfferID()
Returns the cp offer id

getName

public java.lang.String getName()
Returns the cp offer name

getDescription

public java.lang.String getDescription()
Returns the cp offer description

getExpirationDate

public ISODateTime getExpirationDate()
Returns the cp offer expiration date

getIPStatus

public java.lang.String getIPStatus()
Returns the cp offer intellectual property status

getRightsHolder

public java.lang.String getRightsHolder()
Returns the cp offer rights-holder

getProductName

public java.lang.String getProductName()
Returns the cp offer product name

isShowCredit

public boolean isShowCredit()
Returns true if the cp offer has the show credit attribute set

isUsageRequired

public boolean isUsageRequired()
Returns true if the cp offer has the usage required attribute set

isAtomicUse

public boolean isAtomicUse()
Returns true if the cp offer has the is-atomic attribute set

isEditable

public boolean isEditable()
Returns true if the cp offer has the editable attribute set

setAtomicUse

public void setAtomicUse(boolean bAtomicUse)
Sets the is-atomic attribute
Parameters:
bAtomicUse, - value of is-atomic attribute

setCPOfferID

public void setCPOfferID(java.lang.String offerID)
Sets the cp offer id
Parameters:
offerID, - value of the cp offer id

setDescription

public void setDescription(java.lang.String description)
Sets the cp offer description
Parameters:
description, - value of the cp offer description

setName

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

setEditable

public void setEditable(boolean bEditable)
Sets the cp offer editable attribute
Parameters:
bEditable, - true if you want to set the editable attribute

setExpirationDate

public void setExpirationDate(ISODateTime exprDate)
Sets the cp offer expiration date
Parameters:
exprDate, - value of the cp offer expiration date

setIPStatus

public void setIPStatus(java.lang.String ipStatus)
Sets the cp offer intellectual property status
Parameters:
ipStatus, - value of the cp offer intellectual property status

setProductName

public void setProductName(java.lang.String productName)
Sets the cp offer product name
Parameters:
productName, - value of the cp offer product name

setRightsHolder

public void setRightsHolder(java.lang.String rightsHolder)
Sets the cp offer rights holder
Parameters:
rightsHolder, - value of the cp offer rights holder

setShowCredit

public void setShowCredit(boolean bHasShowCredit)
Sets the cp offer show credit attribute
Parameters:
bHasShowCredit, - true if you want to set the show credit attribute

setUsageRequired

public void setUsageRequired(boolean bIsUsageRequired)
Sets the cp offer usage required attribute
Parameters:
bIsUsageRequired, - true if you want to set the usage required attribute

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

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