Class Event
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetContent(String content) voidsetDescription(String description) voidsetEntityProject(String entityProject) voidsetEntityProjectId(IProjectId entityProjectId) voidsetEntityRegistrationDate(Date entityRegistrationDate) voidsetEntityRegistrator(String entityRegistrator) voidsetEntitySpace(String entitySpace) voidsetEntitySpaceId(ISpaceId entitySpaceId) voidsetEntityType(EntityType entityType) voidsetEventType(EventType eventType) voidsetFetchOptions(EventFetchOptions fetchOptions) voidvoidsetIdentifier(String identifier) voidvoidsetRegistrationDate(Date registrationDate) voidsetRegistrator(Person registrator) toString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getFetchOptions
-
setFetchOptions
-
getId
-
setId
-
getEventType
-
setEventType
-
getEntityType
-
setEntityType
-
getEntitySpace
-
setEntitySpace
-
getEntitySpaceId
-
setEntitySpaceId
-
getEntityProject
-
setEntityProject
-
getEntityProjectId
-
setEntityProjectId
-
getEntityRegistrator
-
setEntityRegistrator
-
getEntityRegistrationDate
-
setEntityRegistrationDate
-
getIdentifier
-
setIdentifier
-
getDescription
-
setDescription
-
getReason
-
setReason
-
getContent
-
setContent
-
getRegistrator
- Specified by:
getRegistratorin interfaceIRegistratorHolder
-
setRegistrator
-
getRegistrationDate
- Specified by:
getRegistrationDatein interfaceIRegistrationDateHolder
-
setRegistrationDate
-
toString
-