public class CreateForm extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
createdBy |
Long |
createdTime |
Integer |
crudMode |
String |
name |
String |
value |
String |
webConfigId |
| Constructor and Description |
|---|
CreateForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
@ValidateTypeFailure public Integer crudMode
@Required @Size(max=100) public String name
@Required @Size(max=1000) public String value
@Required @Size(max=1000) public String webConfigId
@Size(max=1000) public String createdBy
@ValidateTypeFailure public Long createdTime
Copyright © 2009–2017 CodeLibs. All rights reserved.