|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.therlink.domain.OperationContext
public class OperationContext
OperationContext.
Nested Class Summary | |
---|---|
static class |
OperationContext.Builder
Builder for OperationContext |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@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()
Method Detail |
---|
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 setpublic List<Proof> getProofs()
public void setProofs(List<Proof> proofs)
proofs
- the proofs to setpublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |