Package de.bcxp.challenge.common.model
Class DocumentEntry
java.lang.Object
de.bcxp.challenge.common.model.DocumentEntry
- Direct Known Subclasses:
CountryEntry
,WeatherEntry
Represents an abstract entry within a
Subclasses can extend this to represent various types of document entries.
Document
. Subclasses can extend this to represent various types of document entries.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DocumentEntry
(String id) Constructs a new DocumentEntry with the specified ID. -
Method Summary
-
Field Details
-
logger
private static final org.apache.logging.log4j.Logger logger -
id
-
-
Constructor Details
-
DocumentEntry
Constructs a new DocumentEntry with the specified ID.- Parameters:
id
- the string representation of the entry's unique identifier
-
-
Method Details
-
getId
-