@Entity public class AutomationValidation extends Object implements Serializable
| Constructor and Description | 
|---|
AutomationValidation()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getId()  | 
int | 
getOrder()  | 
List<String> | 
getParams()  | 
long | 
getType()  | 
boolean | 
isActive()  | 
void | 
setActive(boolean active)  | 
void | 
setId(long id)  | 
void | 
setOrder(int order)  | 
void | 
setParams(List<String> params)  | 
void | 
setType(long type)  | 
String | 
toString()  | 
Copyright © 2016. All rights reserved.