public interface DtoReference<D extends IdDto,R extends DtoReference<D,R>> extends ObserveDto, DtoReferenceAware
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CREATE_DATE |
static String |
PROPERTY_TYPE |
static String |
PROPERTY_VERSION |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateDate() |
DtoReferenceDefinition<D,R> |
getDefinition() |
default Class<D> |
getDtoType() |
String |
getId() |
Date |
getLastUpdateDate() |
default com.google.common.collect.ImmutableSet<String> |
getPropertyNames() |
default <O> O |
getPropertyValue(String propertyName) |
default Class<R> |
getReferenceType() |
long |
getVersion() |
getTopiaCreateDate, getTopiaId, getTopiaVersionstatic final String PROPERTY_TYPE
static final String PROPERTY_CREATE_DATE
static final String PROPERTY_VERSION
DtoReferenceDefinition<D,R> getDefinition()
String getId()
Date getCreateDate()
Date getLastUpdateDate()
long getVersion()
default <O> O getPropertyValue(String propertyName)
default com.google.common.collect.ImmutableSet<String> getPropertyNames()
Copyright © 2008–2017 IRD. All rights reserved.