public interface DiscountInputDataBean extends InputDataBean
Modifier and Type | Method and Description |
---|---|
void | setCatalogEntryId(java.lang.Long catEntryId)
sets catalog entry id.
|
void | setCatalogEntryId(java.lang.Long[] catEntryId)
sets an array of catalog entry ids.
|
void | setCatalogEntryId(java.lang.String catEntryId)
sets catalog entry id.
|
void | setCatalogEntryId(java.lang.String[] catEntryId)
sets an array of catalog entry ids.
|
void setCatalogEntryId(java.lang.Long[] catEntryId)
void setCatalogEntryId(java.lang.String[] catEntryId)
void setCatalogEntryId(java.lang.Long catEntryId)
void setCatalogEntryId(java.lang.String catEntryId)