public abstract class ResourceImpl<T extends Identifiable<T>> extends ResourceViewImpl<T,T> implements Resource<T>
Modifier | Constructor and Description |
---|---|
protected |
ResourceImpl(String id,
Long version,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |
getCreatedAt, getId, getLastModifiedAt, getVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCreatedAt, getId, getLastModifiedAt, getVersion, toReference
hasSameIdAs, toResourceIdentifier
protected ResourceImpl(String id, Long version, ZonedDateTime createdAt, ZonedDateTime lastModifiedAt)