Class EventImpl

    • Constructor Detail

      • EventImpl

        public EventImpl()
      • EventImpl

        public EventImpl​(java.lang.String type,
                         long timestamp)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface Event
      • setId

        public void setId​(java.lang.String id)
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Event
      • setType

        public void setType​(java.lang.String type)
      • getAuthenticatedUser

        public java.lang.String getAuthenticatedUser()
        Specified by:
        getAuthenticatedUser in interface Event
      • setAuthenticatedUser

        public void setAuthenticatedUser​(java.lang.String authenticatedUser)
      • getExecutingUser

        public java.lang.String getExecutingUser()
        Specified by:
        getExecutingUser in interface Event
      • setExecutingUser

        public void setExecutingUser​(java.lang.String executingUser)
      • getTimestamp

        public java.lang.Long getTimestamp()
        Specified by:
        getTimestamp in interface Event
      • setTimestamp

        public void setTimestamp​(java.lang.Long timestamp)
      • getSchema

        public int getSchema()
        Specified by:
        getSchema in interface Event
      • setSchema

        public void setSchema​(int schema)