Class BusinessRuleDefinition
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.BusinessRuleDefinition
-
- All Implemented Interfaces:
java.io.Serializable
public class BusinessRuleDefinition extends PlannerApiResource implements java.io.Serializable
Planner REST API class representing business rule definition- See Also:
PlannerApiResource, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessRuleDefinition()BusinessRuleDefinition(java.lang.Integer id, java.lang.String name, java.lang.String plugin, boolean active, java.lang.String description, boolean needsCometGroups, boolean needsPlaceholders, boolean needsSpreads, boolean needsElements, boolean needsProductsSelection, boolean needsPlanning, boolean needsParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()description of the BusinessRuleDefinitionjava.lang.IntegergetId()id of the BusinessRuleDefinitionjava.util.List<Link>getLinks()links of the BusinessRuleDefinitionjava.lang.StringgetName()name of the BusinessRuleDefinitionjava.lang.StringgetPlugin()plugin of the BusinessRuleDefinitionbooleanisActive()active of the BusinessRuleDefinitionbooleanisNeedsCometGroups()needsCometGroups of the BusinessRuleDefinitionbooleanisNeedsElements()needsElements of the BusinessRuleDefinitionbooleanisNeedsParameters()needsParameters of the BusinessRuleDefinitionbooleanisNeedsPlaceholders()needsPlaceholders of the BusinessRuleDefinitionbooleanisNeedsPlanning()needsPlanning of the BusinessRuleDefinitionbooleanisNeedsProductsSelection()needsProductsSelection of the BusinessRuleDefinitionbooleanisNeedsSpreads()needsSpreads of the BusinessRuleDefinitionvoidsetActive(boolean active)voidsetDescription(java.lang.String description)voidsetId(java.lang.Integer id)voidsetName(java.lang.String name)voidsetNeedsCometGroups(boolean needsCometGroups)voidsetNeedsElements(boolean needsElements)voidsetNeedsParameters(boolean needsParameters)voidsetNeedsPlaceholders(boolean needsPlaceholders)voidsetNeedsPlanning(boolean needsPlanning)voidsetNeedsProductsSelection(boolean needsProductsSelection)voidsetNeedsSpreads(boolean needsSpreads)voidsetPlugin(java.lang.String plugin)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Constructor Detail
-
BusinessRuleDefinition
public BusinessRuleDefinition()
-
BusinessRuleDefinition
public BusinessRuleDefinition(java.lang.Integer id, java.lang.String name, java.lang.String plugin, boolean active, java.lang.String description, boolean needsCometGroups, boolean needsPlaceholders, boolean needsSpreads, boolean needsElements, boolean needsProductsSelection, boolean needsPlanning, boolean needsParameters)
-
-
Method Detail
-
getId
public java.lang.Integer getId()
id of the BusinessRuleDefinition
-
setId
public void setId(java.lang.Integer id)
-
getName
public java.lang.String getName()
name of the BusinessRuleDefinition
-
setName
public void setName(java.lang.String name)
-
getPlugin
public java.lang.String getPlugin()
plugin of the BusinessRuleDefinition
-
setPlugin
public void setPlugin(java.lang.String plugin)
-
isActive
public boolean isActive()
active of the BusinessRuleDefinition
-
setActive
public void setActive(boolean active)
-
getDescription
public java.lang.String getDescription()
description of the BusinessRuleDefinition
-
setDescription
public void setDescription(java.lang.String description)
-
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
public java.util.List<Link> getLinks()
links of the BusinessRuleDefinition
-
-