Class ApplicationLogEntry

  • All Implemented Interfaces:
    Serializable

    public final class ApplicationLogEntry
    extends Object
    implements Serializable
    Wrapper of ActivityLogEntry
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • ApplicationLogEntry

        public ApplicationLogEntry()
      • ApplicationLogEntry

        public ApplicationLogEntry​(ActivityLogEntry logEntry)
      • ApplicationLogEntry

        public ApplicationLogEntry​(long id,
                                   long objectId,
                                   int type,
                                   String userName,
                                   long timestamp,
                                   String affectedProperty,
                                   String oldValue,
                                   String newValue,
                                   String notes)
    • Method Detail

      • getId

        public long getId()
      • getObjectId

        public long getObjectId()
      • getType

        public int getType()
      • getUserName

        public String getUserName()
      • getTimestamp

        public long getTimestamp()
      • getAffectedProperty

        public String getAffectedProperty()
      • getOldValue

        public String getOldValue()
      • getNewValue

        public String getNewValue()
      • getNotes

        public String getNotes()