|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.pcehr.clients.common.type.SubmissionMetadata
public final class SubmissionMetadata
The SubmissionMetadata
encapsulates the set of metadata that
describes a Document Submission. Additional data is provided at the document
level in the DocumentMetadata
.
Constructor Summary | |
---|---|
SubmissionMetadata()
|
Method Summary | |
---|---|
java.lang.String |
getComments()
Returns the comments deemed relevant by the entity submitting or registering the document. |
java.lang.String |
getEntryUuid()
|
java.util.Date |
getSubmissionTime()
Returns the date and time that the document was submitted. |
void |
setComments(java.lang.String comments)
Sets the comments deemed relevant by the entity submitting or registering the document. |
void |
setEntryUuid(java.lang.String entryUuid)
|
void |
setSubmissionTime(java.util.Date submissionTime)
Sets the date and time that the document was submitted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubmissionMetadata()
Method Detail |
---|
public java.util.Date getSubmissionTime()
public void setSubmissionTime(java.util.Date submissionTime)
submissionTime
- the date and time that the document was submittedpublic java.lang.String getComments()
public void setComments(java.lang.String comments)
comments
- the comments deemed relevant by the entity submitting or
registering the document.public java.lang.String getEntryUuid()
public void setEntryUuid(java.lang.String entryUuid)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |