Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
ContextValidActionBo |
|
| 0.0;0 |
1 | package org.kuali.rice.krms.impl.repository | |
2 | ||
3 | import org.kuali.rice.krad.bo.PersistableBusinessObjectBase | |
4 | ||
5 | public class ContextValidActionBo extends PersistableBusinessObjectBase { | |
6 | ||
7 | def String id | |
8 | def String contextId | |
9 | def String actionTypeId | |
10 | ||
11 | def Long versionNumber | |
12 | } |