Package dev.cdevents.models
Class ServiceRolledBackSubject
- java.lang.Object
-
- dev.cdevents.models.Subject
-
- dev.cdevents.models.ServiceRolledBackSubject
-
public class ServiceRolledBackSubject extends Subject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classServiceRolledBackSubject.ServiceRolledBackSubjectContent
-
Constructor Summary
Constructors Constructor Description ServiceRolledBackSubject(CDEventConstants.SubjectType subjectType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceRolledBackSubject.ServiceRolledBackSubjectContentgetContent()voidsetContent(ServiceRolledBackSubject.ServiceRolledBackSubjectContent content)
-
-
-
Constructor Detail
-
ServiceRolledBackSubject
public ServiceRolledBackSubject(CDEventConstants.SubjectType subjectType)
- Parameters:
subjectType-
-
-
Method Detail
-
getContent
public ServiceRolledBackSubject.ServiceRolledBackSubjectContent getContent()
- Returns:
- the Service RolledBack subject's Content
-
setContent
public void setContent(ServiceRolledBackSubject.ServiceRolledBackSubjectContent content)
- Parameters:
content-
-
-