Class JournalEntry

java.lang.Object
eu.dnetlib.organizations.model.JournalEntry
All Implemented Interfaces:
Serializable

@Entity public class JournalEntry extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getJournalEntryId

      public Integer getJournalEntryId()
    • setJournalEntryId

      public void setJournalEntryId(Integer journalEntryId)
    • getOrgId

      public String getOrgId()
    • setOrgId

      public void setOrgId(String orgId)
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getDate

      public OffsetDateTime getDate()
    • setDate

      public void setDate(OffsetDateTime date)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)