Class BranchPrototype

java.lang.Object
org.kuali.rice.kew.engine.node.BranchPrototype
All Implemented Interfaces:
Serializable

@Entity public class BranchPrototype extends Object implements 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 Details

    • BranchPrototype

      public BranchPrototype()
  • Method Details

    • getBranchId

      public String getBranchId()
    • setBranchId

      public void setBranchId(String branchId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLockVerNbr

      public Integer getLockVerNbr()
    • setLockVerNbr

      public void setLockVerNbr(Integer lockVerNbr)