@io.micronaut.data.annotation.MappedEntity @DomainEntity @java.lang.SuppressWarnings(value: unused) @groovy.transform.ToString(includePackage: false, includeNames: true, excludes: [sampleParent]) @groovy.transform.EqualsAndHashCode(includes: [sampleParent, key]) class SampleChild extends java.lang.Object implements java.lang.Comparable
A test/Sample child domain class.
Fields Include: key, title, sequence, format, qty, enabled, dateTime, dueDate, reportTimeInterval,sampleGrandChildren
Type | Name and description |
---|---|
private java.util.Date |
dateTime |
private DateOnly |
dueDate |
private java.lang.Boolean |
enabled |
private static java.lang.Object |
fieldOrder |
private BasicFieldFormat |
format |
private java.lang.String |
key |
private Order |
order |
private BigDecimal |
qty |
private ReportTimeIntervalEnum |
reportTimeInterval |
private java.util.List<SampleGrandChild> |
sampleGrandChildren A list of grand children. |
private SampleParent |
sampleParent |
private static java.lang.Object |
searchable A searchable top-level domain. |
private java.lang.Integer |
sequence |
private java.lang.String |
title |
private java.util.UUID |
uuid |
Constructor and description |
---|
SampleChild
() |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
compareTo(java.lang.Object o) Compares this object with the specified object for order. |
|
static java.lang.Object |
initialDataLoad() Load initial records. |
|
java.lang.Object |
validate() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
A list of grand children.
A searchable top-level domain.
Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
o
- the object to be compared.Load initial records. Does nothing.
Groovy Documentation