Interface CPCatalogEntry
public interface CPCatalogEntry
-
Method Summary
Modifier and TypeMethodDescriptionlonglongdoublegetDepth()longdoublegetMetaDescription(String languageId) getMetaKeywords(String languageId) getMetaTitle(String languageId) getName()getUrl()boolean
-
Method Details
-
getCPDefinitionId
long getCPDefinitionId() -
getCPDefinitionOptionRels
List<CPDefinitionOptionRel> getCPDefinitionOptionRels() -
getCProductId
long getCProductId() -
getCPSkus
-
getDepth
double getDepth() -
getDescription
String getDescription() -
getGroupId
long getGroupId() -
getHeight
double getHeight() -
getMetaDescription
-
getMetaKeywords
-
getMetaTitle
-
getName
String getName() -
getProductTypeName
String getProductTypeName() -
getShortDescription
String getShortDescription() -
getUrl
String getUrl() -
isIgnoreSKUCombinations
boolean isIgnoreSKUCombinations()
-