public class PlatformConfigurationDTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
dateFormat |
String[] |
entities |
String[] |
enums |
String |
timestampFormat |
| Constructor and Description |
|---|
PlatformConfigurationDTO(String[] entities,
String[] enums,
String dateFormat,
String timestampFormat) |
Copyright © 2018. All rights reserved.