5.11.2.1.1.1.1.1.1.1.1.2. ExampleObject1SimpleDto.java
1package io.metafactory.codecomposer_reference.dtos.simple;
2
3
4
5
6/**
7* ExampleObject1SimpleDto - Created by MetaFactory: Automation of Software Development
8
9 */
10public class ExampleObject1SimpleDto
11{
12 private String exampleAttribute1;
13
14 private Long exampleAttribute2;
15
16 private String exampleAttribute3;
17
18 private Long exampleAttribute4;
19
20
21
22}