Class HistorycEntry


  • public class HistorycEntry
    extends Object
    Represents an entry registering an event related to an object. It's usually related to updates
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Field Detail

      • EVENT_FIELD_UPDATE

        public static final int EVENT_FIELD_UPDATE
        An object's property has been changed
        See Also:
        Constant Field Values
      • EVENT_PARENT_UPDATE

        public static final int EVENT_PARENT_UPDATE
        The object's parent has been changed
        See Also:
        Constant Field Values
    • Constructor Detail

      • HistorycEntry

        public HistorycEntry​(long creationDate,
                             int eventType,
                             String applicationNotes,
                             String customNotes)
    • Method Detail

      • getApplicationNotes

        public String getApplicationNotes()
      • setApplicationNotes

        public void setApplicationNotes​(String applicationNotes)
      • getCreationDate

        public long getCreationDate()
      • setCreationDate

        public void setCreationDate​(long creationDate)
      • getCustomNotes

        public String getCustomNotes()
      • setCustomNotes

        public void setCustomNotes​(String customNotes)
      • getEventType

        public int getEventType()
      • setEventType

        public void setEventType​(int eventType)