com.ibm.commerce.price.beans
Interface DiscountInputDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Implementing Classes:
DiscountDataBean

public interface DiscountInputDataBean
extends InputDataBean

Field Summary
Fields inherited from interface com.ibm.commerce.beans.InputDataBean
COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Method Summary
void setCatalogEntryId(java.lang.Long catEntryId)
void setCatalogEntryId(java.lang.Long[] catEntryId)
void setCatalogEntryId(java.lang.String catEntryId)
void setCatalogEntryId(java.lang.String[] catEntryId)
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties

Method Detail

setCatalogEntryId

public void setCatalogEntryId(java.lang.Long[] catEntryId)

setCatalogEntryId

public void setCatalogEntryId(java.lang.String[] catEntryId)

setCatalogEntryId

public void setCatalogEntryId(java.lang.Long catEntryId)

setCatalogEntryId

public void setCatalogEntryId(java.lang.String catEntryId)

Feedback