Class ChildEntityHistoryConfig
java.lang.Object
ch.tocco.nice2.optional.entityhistory.api.ChildEntityHistoryConfig
- All Implemented Interfaces:
HistoryConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
boolean
void
setCondition
(String condition) void
setEntityName
(String entityName) void
setFieldsToTrack
(String fieldsToTrack) void
setPathToHistoryRelatedEntity
(String pathToHistoryRelatedEntity) void
setRelationsToTrack
(String relationsToTrack) void
setTrackDeletion
(boolean trackDeletion)
-
Constructor Details
-
ChildEntityHistoryConfig
public ChildEntityHistoryConfig()
-
-
Method Details
-
setEntityName
-
getEntityName
- Specified by:
getEntityName
in interfaceHistoryConfig
-
setPathToHistoryRelatedEntity
-
getPathToHistoryRelatedEntity
- Specified by:
getPathToHistoryRelatedEntity
in interfaceHistoryConfig
-
setFieldsToTrack
-
getFieldsToTrackSet
- Specified by:
getFieldsToTrackSet
in interfaceHistoryConfig
-
setRelationsToTrack
-
getRelationsToTrackSet
- Specified by:
getRelationsToTrackSet
in interfaceHistoryConfig
-
setCondition
-
getCondition
- Specified by:
getCondition
in interfaceHistoryConfig
-
isTrackDeletion
public boolean isTrackDeletion()- Specified by:
isTrackDeletion
in interfaceHistoryConfig
-
setTrackDeletion
public void setTrackDeletion(boolean trackDeletion)
-