public abstract class BaseDTO
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BaseDTO.Builder<T extends BaseDTO.Builder>Builder pattern to save constructor arguments. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Optional<java.util.Date> | getCreated()Get the creation time. | 
| java.util.Optional<java.lang.String> | getId()Get the Id of this DTO. | 
| java.util.Optional<java.util.Date> | getUpdated()Get the update time. | 
| java.lang.String | toString()Convert this object to a string representation. | 
public java.util.Optional<java.lang.String> getId()
public java.util.Optional<java.util.Date> getCreated()
public java.util.Optional<java.util.Date> getUpdated()
public java.lang.String toString()
toString in class java.lang.Object