Defines the interface which must be followed to overwrite the functionality of the ControlRuleListBean.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement. |
static java.lang.String | defaultCommandClassName The default implementation class name. |
static java.lang.String | NAME The full class name for this interface file. |
Method Summary | |
ControlRuleAccessBean | getControlRule() Interface definition for getControlRule() method. |
void | setOwnerId(java.lang.Long aId) Interface definition for setOwnerId() method. |
void | setRuleName(java.lang.String aName) Interface definition for setRuleName() method. |
void | setRuleType(java.lang.String aRuleType) Interface definition for setRuleType() method. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public ControlRuleAccessBean getControlRule()
public void setOwnerId(java.lang.Long aId)
public void setRuleName(java.lang.String aName)
public void setRuleType(java.lang.String aRuleType)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.