Class BusinessRuleDefinition
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.BusinessRuleDefinition
- All Implemented Interfaces:
Serializable
Planner REST API class representing business rule definition
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessRuleDefinition(Integer id, String name, String plugin, boolean active, String description, boolean needsCometGroups, boolean needsPlaceholders, boolean needsSpreads, boolean needsElements, boolean needsProductsSelection, boolean needsPlanning, boolean needsParameters) -
Method Summary
Modifier and TypeMethodDescriptiondescription of the BusinessRuleDefinitiongetId()id of the BusinessRuleDefinitiongetLinks()links of the BusinessRuleDefinitiongetName()name of the BusinessRuleDefinitionplugin of the BusinessRuleDefinitionbooleanisActive()active of the BusinessRuleDefinitionbooleanneedsCometGroups of the BusinessRuleDefinitionbooleanneedsElements of the BusinessRuleDefinitionbooleanneedsParameters of the BusinessRuleDefinitionbooleanneedsPlaceholders of the BusinessRuleDefinitionbooleanneedsPlanning of the BusinessRuleDefinitionbooleanneedsProductsSelection of the BusinessRuleDefinitionbooleanneedsSpreads of the BusinessRuleDefinitionvoidsetActive(boolean active) voidsetDescription(String description) voidvoidvoidsetNeedsCometGroups(boolean needsCometGroups) voidsetNeedsElements(boolean needsElements) voidsetNeedsParameters(boolean needsParameters) voidsetNeedsPlaceholders(boolean needsPlaceholders) voidsetNeedsPlanning(boolean needsPlanning) voidsetNeedsProductsSelection(boolean needsProductsSelection) voidsetNeedsSpreads(boolean needsSpreads) voidMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
BusinessRuleDefinition
public BusinessRuleDefinition() -
BusinessRuleDefinition
-
-
Method Details
-
getId
id of the BusinessRuleDefinition -
setId
-
getName
name of the BusinessRuleDefinition -
setName
-
getPlugin
plugin of the BusinessRuleDefinition -
setPlugin
-
isActive
public boolean isActive()active of the BusinessRuleDefinition -
setActive
public void setActive(boolean active) -
getDescription
description of the BusinessRuleDefinition -
setDescription
-
isNeedsCometGroups
public boolean isNeedsCometGroups()needsCometGroups of the BusinessRuleDefinition -
setNeedsCometGroups
public void setNeedsCometGroups(boolean needsCometGroups) -
isNeedsPlaceholders
public boolean isNeedsPlaceholders()needsPlaceholders of the BusinessRuleDefinition -
setNeedsPlaceholders
public void setNeedsPlaceholders(boolean needsPlaceholders) -
isNeedsSpreads
public boolean isNeedsSpreads()needsSpreads of the BusinessRuleDefinition -
setNeedsSpreads
public void setNeedsSpreads(boolean needsSpreads) -
isNeedsElements
public boolean isNeedsElements()needsElements of the BusinessRuleDefinition -
setNeedsElements
public void setNeedsElements(boolean needsElements) -
isNeedsProductsSelection
public boolean isNeedsProductsSelection()needsProductsSelection of the BusinessRuleDefinition -
setNeedsProductsSelection
public void setNeedsProductsSelection(boolean needsProductsSelection) -
isNeedsPlanning
public boolean isNeedsPlanning()needsPlanning of the BusinessRuleDefinition -
setNeedsPlanning
public void setNeedsPlanning(boolean needsPlanning) -
isNeedsParameters
public boolean isNeedsParameters()needsParameters of the BusinessRuleDefinition -
setNeedsParameters
public void setNeedsParameters(boolean needsParameters) -
getLinks
links of the BusinessRuleDefinition
-