Class Event

    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • setId

        public void setId​(IEventId id)
      • getEventType

        public EventType getEventType()
      • setEventType

        public void setEventType​(EventType eventType)
      • getEntityType

        public EntityType getEntityType()
      • setEntityType

        public void setEntityType​(EntityType entityType)
      • getEntitySpace

        public java.lang.String getEntitySpace()
      • setEntitySpace

        public void setEntitySpace​(java.lang.String entitySpace)
      • getEntitySpaceId

        public ISpaceId getEntitySpaceId()
      • setEntitySpaceId

        public void setEntitySpaceId​(ISpaceId entitySpaceId)
      • getEntityProject

        public java.lang.String getEntityProject()
      • setEntityProject

        public void setEntityProject​(java.lang.String entityProject)
      • getEntityProjectId

        public IProjectId getEntityProjectId()
      • setEntityProjectId

        public void setEntityProjectId​(IProjectId entityProjectId)
      • getEntityRegistrator

        public java.lang.String getEntityRegistrator()
      • setEntityRegistrator

        public void setEntityRegistrator​(java.lang.String entityRegistrator)
      • getEntityRegistrationDate

        public java.util.Date getEntityRegistrationDate()
      • setEntityRegistrationDate

        public void setEntityRegistrationDate​(java.util.Date entityRegistrationDate)
      • getIdentifier

        public java.lang.String getIdentifier()
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getReason

        public java.lang.String getReason()
      • setReason

        public void setReason​(java.lang.String reason)
      • getContent

        public java.lang.String getContent()
      • setContent

        public void setContent​(java.lang.String content)
      • setRegistrator

        public void setRegistrator​(Person registrator)
      • setRegistrationDate

        public void setRegistrationDate​(java.util.Date registrationDate)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object