java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.event.Event
All Implemented Interfaces:
IRegistrationDateHolder, IRegistratorHolder, Serializable

@JsonObject("as.dto.event.Event") public class Event extends Object implements Serializable, IRegistrationDateHolder, IRegistratorHolder
See Also:
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getFetchOptions

      public EventFetchOptions getFetchOptions()
    • setFetchOptions

      public void setFetchOptions(EventFetchOptions fetchOptions)
    • getId

      public IEventId getId()
    • 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 String getEntitySpace()
    • setEntitySpace

      public void setEntitySpace(String entitySpace)
    • getEntitySpaceId

      public ISpaceId getEntitySpaceId()
    • setEntitySpaceId

      public void setEntitySpaceId(ISpaceId entitySpaceId)
    • getEntityProject

      public String getEntityProject()
    • setEntityProject

      public void setEntityProject(String entityProject)
    • getEntityProjectId

      public IProjectId getEntityProjectId()
    • setEntityProjectId

      public void setEntityProjectId(IProjectId entityProjectId)
    • getEntityRegistrator

      public String getEntityRegistrator()
    • setEntityRegistrator

      public void setEntityRegistrator(String entityRegistrator)
    • getEntityRegistrationDate

      public Date getEntityRegistrationDate()
    • setEntityRegistrationDate

      public void setEntityRegistrationDate(Date entityRegistrationDate)
    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String identifier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getReason

      public String getReason()
    • setReason

      public void setReason(String reason)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getRegistrator

      public Person getRegistrator()
      Specified by:
      getRegistrator in interface IRegistratorHolder
    • setRegistrator

      public void setRegistrator(Person registrator)
    • getRegistrationDate

      public Date getRegistrationDate()
      Specified by:
      getRegistrationDate in interface IRegistrationDateHolder
    • setRegistrationDate

      public void setRegistrationDate(Date registrationDate)
    • toString

      public String toString()
      Overrides:
      toString in class Object