Package org.kuali.rice.kew.engine.node
Class BranchPrototype
java.lang.Object
org.kuali.rice.kew.engine.node.BranchPrototype
- All Implemented Interfaces:
Serializable
Represents a Branch in the definition of a DocumentType. This should not be confused with the
Branch class which represents the actual instance of a branch on a document.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetBranchId(String branchId) voidsetLockVerNbr(Integer lockVerNbr) void
-
Constructor Details
-
BranchPrototype
public BranchPrototype()
-
-
Method Details
-
getBranchId
-
setBranchId
-
getName
-
setName
-
getLockVerNbr
-
setLockVerNbr
-