Package eu.dnetlib.organizations.model
Class JournalEntry
java.lang.Object
eu.dnetlib.organizations.model.JournalEntry
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionJournalEntry(String orgId, JournalOperations operation, String description, String email) protectedJournalEntry(String orgId, String operation, String description, String email) -
Method Summary
Modifier and TypeMethodDescriptiongetDate()getEmail()getOrgId()voidsetDate(OffsetDateTime date) voidsetDescription(String description) voidvoidsetJournalEntryId(Integer journalEntryId) voidsetOperation(String operation) void
-
Constructor Details
-
JournalEntry
public JournalEntry() -
JournalEntry
-
JournalEntry
-
-
Method Details
-
getJournalEntryId
-
setJournalEntryId
-
getOrgId
-
setOrgId
-
getOperation
-
setOperation
-
getDescription
-
setDescription
-
getDate
-
setDate
-
getEmail
-
setEmail
-