public class CreateForm extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
createdBy |
Long |
createdTime |
Integer |
crudMode |
String |
fileConfigId |
String |
hostname |
String |
parameters |
String |
password |
Integer |
port |
String |
protocolScheme |
String |
username |
| Constructor and Description |
|---|
CreateForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
@ValidateTypeFailure public Integer crudMode
@Size(max=100) public String hostname
@Min(value=0L) @Max(value=2147483647L) @ValidateTypeFailure public Integer port
@Size(max=10) public String protocolScheme
@Required @Size(max=100) public String username
@Size(max=100) public String password
@Size(max=1000) public String parameters
@Required @Size(max=1000) public String fileConfigId
@Size(max=1000) public String createdBy
@ValidateTypeFailure public Long createdTime
Copyright © 2009–2017 CodeLibs. All rights reserved.