public class OperationContext extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
OperationContext.Builder
Builder for OperationContext
|
Constructor and Description |
---|
OperationContext() |
OperationContext(org.joda.time.DateTime recordDate,
String operation,
Author author,
List<Proof> proofs) |
OperationContext(String operation,
Calendar recordDate,
Author author,
List<Proof> proofs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Author |
getAuthor() |
String |
getOperation() |
List<Proof> |
getProofs() |
Calendar |
getRecordDate()
Deprecated.
|
org.joda.time.DateTime |
getRecordDateTime() |
int |
hashCode() |
void |
setAuthor(Author author) |
void |
setOperation(String operation) |
void |
setProofs(List<Proof> proofs) |
void |
setRecordDate(Calendar recordDate)
Deprecated.
|
void |
setRecordDateTime(org.joda.time.DateTime recordDate) |
String |
toString() |
@Deprecated public OperationContext(String operation, Calendar recordDate, Author author, List<Proof> proofs)
operation
- recordDate
- author
- proofs
- public OperationContext(org.joda.time.DateTime recordDate, String operation, Author author, List<Proof> proofs)
operation
- recordDate
- author
- proofs
- public OperationContext()
public String getOperation()
public void setOperation(String operation)
operation
- the operation to setpublic org.joda.time.DateTime getRecordDateTime()
public void setRecordDateTime(org.joda.time.DateTime recordDate)
recordDate
- the recordDate to set@Deprecated public Calendar getRecordDate()
@Deprecated public void setRecordDate(Calendar recordDate)
recordDate
- the recordDate to setpublic Author getAuthor()
public void setAuthor(Author author)
author
- the author to set
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.