java.lang.Object | +--com.ibm.commerce.tools.contract.beans.ProductSearchDataBean
Retrieve all the data associated with a Catalog Entry or a Category
Field Summary | |
---|---|
protected
java.lang.String |
_published |
protected
java.lang.String |
_quantityUnit |
protected
java.lang.String |
_searchType |
protected
java.math.BigDecimal |
catalogEntryID |
protected
java.lang.String |
catentryType |
protected
CommandContext |
m_CommandContext |
protected
java.lang.Long |
m_nNumOfSKUs |
protected
java.lang.String |
m_strCategoryName |
protected
java.lang.String |
m_strLanguageId |
protected
java.lang.String |
m_strStoreId |
protected
java.math.BigDecimal |
memberID |
protected
java.lang.String |
name |
protected
java.lang.String |
partNumber |
protected
java.lang.String |
shortDescription |
Constructor Summary | |
---|---|
ProductSearchDataBean() Create a ProductSearchDataBean |
Method Summary | |
---|---|
java.lang.String |
getCategoryName() Get the name of the category the product is in |
java.lang.String |
getCatentryType() Get the type of the catalog entry |
CommandContext |
getCommandContext() Get the command context |
java.math.BigDecimal |
getID() Get the unique identifier of the entry |
java.lang.String |
getIdentifier() Gets the identifier of the entry. |
java.lang.String |
getLanguageId() Get the languague in which to return the data |
java.math.BigDecimal |
getMemberID() Get the member identifier of the owner of the entry |
java.lang.String |
getName() Get the name of the entry |
java.lang.Long |
getNumOfSKUs() Get the number of SKUs under this product |
java.lang.String |
getPublished() Get the published state of the product |
java.lang.String |
getQuantityUnit() Get the inventory of the product |
java.lang.String |
getShortDescription() Get the short description of the entry |
java.lang.String |
getStoreId() Get the store identifier in which to find entries |
void |
populate() Populate the data using the unique identifier and the language identifier |
void |
setCatentryType(java.lang.String newCatentryType) Set the type of the entry |
void |
setCommandContext(
CommandContext newCommandContext) Set the command context |
void |
setID(java.math.BigDecimal newCatalogEntryID) Set the unique identifier of the entry |
void |
setIdentifier(java.lang.String newPartNumber) Set the identifier of the entry |
void |
setLanguageId(java.lang.String astrLanguageId) Set the language identifier in which to find entries |
void |
setMemberID(java.math.BigDecimal newMemberID) Set the member identifier of the owner of the entry |
void |
setName(java.lang.String newName) Set the name of the entry |
void |
setSearchType(java.lang.String searchType) Set the type of search to perform |
void |
setShortDescription(java.lang.String newShortDescription) Set the short description of the entry |
void |
setStoreId(java.lang.String newM_strStoreId) Set the store identifier in which to find entries |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
protected java.math.BigDecimal catalogEntryID
protected java.math.BigDecimal memberID
protected java.lang.String partNumber
protected java.lang.String name
protected java.lang.String shortDescription
protected java.lang.String catentryType
protected java.lang.String _published
protected java.lang.String _quantityUnit
protected java.lang.Long m_nNumOfSKUs
protected java.lang.String m_strCategoryName
protected java.lang.String m_strStoreId
protected java.lang.String m_strLanguageId
protected CommandContext m_CommandContext
protected java.lang.String _searchType
Constructor Detail |
---|
public ProductSearchDataBean()
Method Detail |
---|
public java.lang.String getCategoryName()
public java.lang.String getCatentryType()
public CommandContext getCommandContext()
public java.math.BigDecimal getID()
public java.lang.String getIdentifier()
public java.lang.String getLanguageId()
public java.math.BigDecimal getMemberID()
public java.lang.String getName()
public java.lang.Long getNumOfSKUs()
public java.lang.String getPublished()
public java.lang.String getQuantityUnit()
public java.lang.String getShortDescription()
public java.lang.String getStoreId()
public void populate()
public void setCatentryType(java.lang.String newCatentryType)
newCatentryType
- java.lang.Stringpublic void setCommandContext(CommandContext newCommandContext)
newCommandContext
-
com.ibm.commerce.command.CommandContextpublic void setID(java.math.BigDecimal newCatalogEntryID)
newCatalogEntryID
- java.math.BigDecimalpublic void setIdentifier(java.lang.String newPartNumber)
newPartNumber
- java.lang.Stringpublic void setLanguageId(java.lang.String astrLanguageId)
public void setMemberID(java.math.BigDecimal newMemberID)
newMemberID
- java.math.BigDecimalpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setSearchType(java.lang.String searchType)
searchType
- Stringpublic void setShortDescription(java.lang.String newShortDescription)
newShortDescription
- java.lang.Stringpublic void setStoreId(java.lang.String newM_strStoreId)
newM_strStoreId
- java.lang.String