public class CreateForm extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
createdBy |
Long |
createdTime |
Integer |
crudMode |
String |
processType |
String |
regex |
String |
replacement |
Integer |
sortOrder |
String |
userAgent |
| Constructor and Description |
|---|
CreateForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
@ValidateTypeFailure public Integer crudMode
@Required @Size(max=1000) public String regex
@Required @Size(max=1000) public String replacement
@Required public String processType
@Required @Min(value=0L) @Max(value=2147483647L) @ValidateTypeFailure public Integer sortOrder
@Size(max=1000) public String createdBy
@ValidateTypeFailure public Long createdTime
@Size(max=1000) public String userAgent
Copyright © 2009–2017 CodeLibs. All rights reserved.