public class ReferentialDtoReferenceSet<R extends ReferentialDtoReference> extends DtoReferenceCollection<R>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_LAST_UPDATE |
PROPERTY_REFERENCES, PROPERTY_TYPE| Modifier | Constructor and Description |
|---|---|
protected |
ReferentialDtoReferenceSet(Class<R> type,
List<R> references,
Date lastUpdate) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLastUpdate() |
static <R extends ReferentialDtoReference> |
of(Class<R> type,
Collection<R> references,
Date lastUpdate) |
void |
setLastUpdate(Date lastUpdate) |
String |
toString() |
filterContains, filterEnabled, filterNotContains, getReferenceByPosition, getType, size, toList, toSet, tryGetReferenceByIdpublic static final String PROPERTY_LAST_UPDATE
public static <R extends ReferentialDtoReference> ReferentialDtoReferenceSet<R> of(Class<R> type, Collection<R> references, Date lastUpdate)
public Date getLastUpdate()
public void setLastUpdate(Date lastUpdate)
Copyright © 2017–2018 IRD. All rights reserved.