@Entity public class Branch extends Object implements Serializable
Constructor and Description |
---|
Branch() |
Modifier and Type | Method and Description |
---|---|
void |
addBranchState(BranchState state) |
void |
beforeInsert() |
String |
getBranchId() |
List<BranchState> |
getBranchState() |
BranchState |
getBranchState(String key) |
BranchState |
getDocBranchState(int index) |
RouteNodeInstance |
getInitialNode() |
RouteNodeInstance |
getJoinNode() |
Integer |
getLockVerNbr() |
String |
getName() |
Branch |
getParentBranch() |
RouteNodeInstance |
getSplitNode() |
void |
setBranchId(String branchId) |
void |
setBranchState(List<BranchState> branchState) |
void |
setInitialNode(RouteNodeInstance activeNode) |
void |
setJoinNode(RouteNodeInstance joinNode) |
void |
setLockVerNbr(Integer lockVerNbr) |
void |
setName(String name) |
void |
setParentBranch(Branch parentBranch) |
void |
setSplitNode(RouteNodeInstance splitNode) |
String |
toString() |
public Branch()
public RouteNodeInstance getSplitNode()
public void setSplitNode(RouteNodeInstance splitNode)
public RouteNodeInstance getInitialNode()
public void setInitialNode(RouteNodeInstance activeNode)
public String getBranchId()
public void setBranchId(String branchId)
public RouteNodeInstance getJoinNode()
public void setJoinNode(RouteNodeInstance joinNode)
public Branch getParentBranch()
public void setParentBranch(Branch parentBranch)
public BranchState getBranchState(String key)
public void addBranchState(BranchState state)
public List<BranchState> getBranchState()
public void setBranchState(List<BranchState> branchState)
public BranchState getDocBranchState(int index)
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
public void beforeInsert()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.