java.lang.Objectcom.ibm.commerce.negotiation.beans.ControlRuleDataBean
Abstract class establishes the interface for controlrule classes specific to auction types; cannot be instantiated.
Field Summary | |
protected java.lang.String | commandInterfaceName |
static java.lang.String | COPYRIGHT |
protected java.lang.String | id |
protected java.lang.String | ownerId |
protected java.lang.String | ruleDesc |
protected java.lang.String | ruleInterpreterClassId |
protected java.lang.String | ruleName |
protected java.lang.String | ruleType |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ControlRuleDataBean() Constructs a ControlRuleDataBean. |
Method Summary | |
abstract java.lang.String | getCommandInterfaceName() Abstract method establishes interface used to get the value of commandInterfaceName. |
java.lang.String | getId() Gets the control rule id. |
java.lang.String | getOwnerId() Gets the ownerId field. |
TypedProperty | getRequestProperties() Gets the value of requestProperties; currently implemented to return null. |
java.lang.String | getRuleDesc() Gets the control rule description. |
java.lang.String | getRuleInterpreterClassId() Gets the id of the control rule interpreter class. |
java.lang.String | getRuleName() Gets the ruleName. |
java.lang.String | getRuleType() Gets the ruleType. |
abstract void | setCommandInterfaceName(java.lang.String ifname) Sets the commandInterfaceName. |
void | setId(java.lang.String newId) Sets the control rule id. |
void | setOwnerId(java.lang.String newOwnerId) Sets the ownerId field. |
void | setRequestProperties(TypedProperty param) Parses required parameters from TypedProperty param. |
void | setRuleDesc(java.lang.String newRuleDesc) Sets the rule description. |
void | setRuleInterpreterClassId(java.lang.String newRuleInterpreterClassId) Sets the rule interpreter class id. |
void | setRuleName(java.lang.String newRuleName) Sets the ruleName. |
void | setRuleType(java.lang.String newRuleType) Sets the ruleType. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String id
protected java.lang.String ownerId
protected java.lang.String ruleName
protected java.lang.String ruleType
protected java.lang.String ruleDesc
protected java.lang.String ruleInterpreterClassId
protected java.lang.String commandInterfaceName
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ControlRuleDataBean()
Method Detail |
public abstract java.lang.String getCommandInterfaceName()
public java.lang.String getId()
public java.lang.String getOwnerId()
public TypedProperty getRequestProperties()
public java.lang.String getRuleDesc()
public java.lang.String getRuleInterpreterClassId()
public java.lang.String getRuleName()
public java.lang.String getRuleType()
public abstract void setCommandInterfaceName(java.lang.String ifname)
public void setId(java.lang.String newId)
public void setOwnerId(java.lang.String newOwnerId)
public void setRequestProperties(TypedProperty param)
public void setRuleDesc(java.lang.String newRuleDesc)
public void setRuleInterpreterClassId(java.lang.String newRuleInterpreterClassId)
public void setRuleName(java.lang.String newRuleName)
public void setRuleType(java.lang.String newRuleType)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.