|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.DeputyRule
public class DeputyRule
The class holds the information of deputy rule. The MemberID field records the member's id. The DeputyMemberID field records the id of deputy member of the member. The Rule field records the rule that start up the deputy function. The Synopsis field records the synopsis of the member.
Constructor Summary | |
---|---|
DeputyRule()
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Make a copy of the DeputyRule object |
java.lang.String |
getDeputyCName()
Get the deputy member CName |
java.lang.String |
getDeputyID()
Get the deputy member id |
int |
getDeputyOrder()
|
java.lang.String |
getMemID()
Get the member id |
java.lang.String |
getRule()
Get the rule |
java.lang.String |
getSynopsis()
Get the synopsis |
boolean |
isEnabled()
Check the rule enabled |
void |
setDeputyCName(java.lang.String cName)
Set the deputy member CName |
void |
setDeputyID(java.lang.String id)
Set the deputy member id |
void |
setDeputyOrder(int deputyOrder)
|
void |
setEnabled(boolean b)
Set the rule enable or disable |
void |
setMemID(java.lang.String id)
Set the member ID |
void |
setRule(java.lang.String r)
Set the rule |
void |
setSynopsis(java.lang.String s)
Set the synopsis |
void |
update(DeputyRule deputyRule)
Update the data of the instance of DeputyRule |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeputyRule()
DeputyRule
without parameters.
Method Detail |
---|
public java.lang.Object clone()
DeputyRule
object
clone
in class java.lang.Object
public java.lang.String getDeputyCName()
public java.lang.String getDeputyID()
public int getDeputyOrder()
public java.lang.String getMemID()
public java.lang.String getRule()
public java.lang.String getSynopsis()
public boolean isEnabled()
public void setDeputyCName(java.lang.String cName)
id
- the given deputy member idpublic void setDeputyID(java.lang.String id)
id
- the given deputy member idpublic void setDeputyOrder(int deputyOrder)
public void setEnabled(boolean b)
b
- the given boolean valuepublic void setMemID(java.lang.String id)
id
- the given member idpublic void setRule(java.lang.String r)
r
- the given rulepublic void setSynopsis(java.lang.String s)
s
- the given synopsispublic void update(DeputyRule deputyRule)
DeputyRule
deputyRule
- the given new deputy rule
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |