public class CreateForm extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
createdBy |
Long |
createdTime |
Integer |
crudMode |
String |
expires |
String |
name |
String |
parameterName |
String |
permissions |
String |
token |
| Constructor and Description |
|---|
CreateForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
@ValidateTypeFailure public Integer crudMode
@Required @Size(max=1000) public String name
@Size(max=10000) public String token
@CustomSize(maxKey="form.admin.max.input.size") public String permissions
@Size(max=10000) public String parameterName
@Pattern(regexp="[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9]") public String expires
@Size(max=1000) public String createdBy
@ValidateTypeFailure public Long createdTime
Copyright © 2009–2017 CodeLibs. All rights reserved.