@Entity public class BranchPrototype extends Object implements Serializable
Branch class which represents the actual instance of a branch on a document.| Constructor and Description |
|---|
BranchPrototype() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInsert() |
String |
getBranchId() |
Integer |
getLockVerNbr() |
String |
getName() |
void |
setBranchId(String branchId) |
void |
setLockVerNbr(Integer lockVerNbr) |
void |
setName(String name) |
public BranchPrototype()
public String getBranchId()
public void setBranchId(String branchId)
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
public void beforeInsert()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.