public interface CatalogAccessPolicy extends org.broadleafcommerce.common.persistence.Status, Serializable
Modifier and Type | Method and Description |
---|---|
Date |
getActiveEndDate() |
Date |
getActiveStartDate() |
Map<String,CatalogAccessRuleXref> |
getCatalogAccessRules() |
List<CatalogAccessPolicyCustomerSegmentXref> |
getCustomerSegmentXrefs() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
Integer |
getPriority() |
void |
setActiveEndDate(Date endDate) |
void |
setActiveStartDate(Date startDate) |
void |
setCatalogAccessRules(Map<String,CatalogAccessRuleXref> accessRules) |
void |
setCustomerSegmentXrefs(List<CatalogAccessPolicyCustomerSegmentXref> segmentXrefs) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void setId(Long id)
Long getId()
void setName(String name)
String getName()
void setDescription(String description)
String getDescription()
void setPriority(Integer priority)
Integer getPriority()
void setActiveStartDate(Date startDate)
Date getActiveStartDate()
void setActiveEndDate(Date endDate)
Date getActiveEndDate()
void setCustomerSegmentXrefs(List<CatalogAccessPolicyCustomerSegmentXref> segmentXrefs)
List<CatalogAccessPolicyCustomerSegmentXref> getCustomerSegmentXrefs()
void setCatalogAccessRules(Map<String,CatalogAccessRuleXref> accessRules)
Map<String,CatalogAccessRuleXref> getCatalogAccessRules()
Copyright © 2019. All rights reserved.