public class NotificationSubscription
extends step.core.accessors.AbstractIdentifiableObject
Modifier and Type | Field and Description |
---|---|
protected Class<? extends NotificationEventType> |
eventType |
protected step.core.repositories.RepositoryObjectReference |
planReference |
protected Recipient |
recipient |
Constructor and Description |
---|
NotificationSubscription() |
Modifier and Type | Method and Description |
---|---|
Class<? extends NotificationEventType> |
getEventType() |
step.core.repositories.RepositoryObjectReference |
getPlanReference() |
Recipient |
getRecipient() |
void |
setEventType(Class<? extends NotificationEventType> eventType) |
void |
setPlanReference(step.core.repositories.RepositoryObjectReference planReference) |
void |
setRecipient(Recipient recipient) |
protected step.core.repositories.RepositoryObjectReference planReference
protected Class<? extends NotificationEventType> eventType
protected Recipient recipient
public step.core.repositories.RepositoryObjectReference getPlanReference()
public void setPlanReference(step.core.repositories.RepositoryObjectReference planReference)
public Class<? extends NotificationEventType> getEventType()
public void setEventType(Class<? extends NotificationEventType> eventType)
public Recipient getRecipient()
public void setRecipient(Recipient recipient)
Copyright © 2020. All rights reserved.