public class ControlRuleListBean extends NegotiationListBean implements ControlRuleListInputDataBean, ControlRuleListSmartDataBean, CommandDataBean
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | commandInterfaceName |
protected ControlRuleAccessBean[] | controlRuleList |
static java.lang.String | COPYRIGHT |
protected ControlRuleDataBean[] | fControlRules |
protected OpenCryBidControlRuleDataBean[] | oControlRules |
java.lang.String | ownerId |
protected java.lang.String | ruleName |
protected java.lang.String | ruleType |
protected SealedBidControlRuleDataBean[] | sControlRules |
Constructor and Description |
---|
ControlRuleListBean()
Constructs a control rule list bean, initializes fields to emptyString.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
Gets the command interface name.
|
ControlRuleAccessBean[] | getControlRuleList()
Fetches a list of bid control rules.
|
ControlRuleDataBean[] | getControlRules()
Gets a sorted list of control rule list bean objects.
|
OpenCryBidControlRuleDataBean[] | getOpenCryBidControlRules()
Gets a sorted list of OpenCryBidControlRuleDataBean objects.
|
java.lang.String | getOwnerId()
Gets the owner ID field.
|
TypedProperty | getRequestProperties()
Gets the value of requestProperties; currently implemented to return null.
|
java.lang.String | getRuleName()
Gets the rule name.
|
java.lang.String | getRuleType()
Gets the rule Type.
|
SealedBidControlRuleDataBean[] | getSealedBidControlRules()
Gets a sorted list of SealedBidControlRuleDataBean objects.
|
void | setCommandInterfaceName(java.lang.String ifname)
Sets the command interface name.
|
void | setControlRuleList(ControlRuleAccessBean[] newControlRuleList)
Populates a list of bid control rules.
|
void | setControlRules(ControlRuleDataBean[] newControlRules)
Loads the array of bid control rules.
|
void | setOpenCryBidControlRules(OpenCryBidControlRuleDataBean[] newControlRules)
Loads the array of bid control rules.
|
void | setOwnerId(java.lang.String newOwnerId)
Sets the owner ID field.
|
void | setRequestProperties(TypedProperty param)
Currently does nothing.
|
void | setRuleName(java.lang.String newRuleName)
Sets the rule name.
|
void | setRuleType(java.lang.String newRuleType)
Sets the rule type.
|
void | setSealedBidControlRules(SealedBidControlRuleDataBean[] newControlRules)
Loads the array of bid control rules.
|
public java.lang.String ownerId
protected java.lang.String ruleType
protected java.lang.String commandInterfaceName
protected java.lang.String ruleName
protected ControlRuleAccessBean[] controlRuleList
protected OpenCryBidControlRuleDataBean[] oControlRules
protected SealedBidControlRuleDataBean[] sControlRules
protected ControlRuleDataBean[] fControlRules
public static final java.lang.String COPYRIGHT
public ControlRuleListBean()
public java.lang.String getCommandInterfaceName()
public ControlRuleAccessBean[] getControlRuleList()
public OpenCryBidControlRuleDataBean[] getOpenCryBidControlRules()
public SealedBidControlRuleDataBean[] getSealedBidControlRules()
public ControlRuleDataBean[] getControlRules()
public java.lang.String getOwnerId()
public TypedProperty getRequestProperties()
public java.lang.String getRuleName()
public java.lang.String getRuleType()
public void setCommandInterfaceName(java.lang.String ifname)
public void setControlRuleList(ControlRuleAccessBean[] newControlRuleList)
public void setControlRules(ControlRuleDataBean[] newControlRules)
public void setOpenCryBidControlRules(OpenCryBidControlRuleDataBean[] newControlRules)
public void setSealedBidControlRules(SealedBidControlRuleDataBean[] newControlRules)
public void setOwnerId(java.lang.String newOwnerId)
public void setRequestProperties(TypedProperty param)
public void setRuleName(java.lang.String newRuleName)
public void setRuleType(java.lang.String newRuleType)