au.gov.nehta.vendorlibrary.pcehr.clients.common.type
Class SubmissionMetadata

java.lang.Object
  extended by au.gov.nehta.vendorlibrary.pcehr.clients.common.type.SubmissionMetadata

public final class SubmissionMetadata
extends java.lang.Object

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

SubmissionMetadata

public SubmissionMetadata()
Method Detail

getSubmissionTime

public java.util.Date getSubmissionTime()
Returns the date and time that the document was submitted.

Returns:
the date and time that the document was submitted

setSubmissionTime

public void setSubmissionTime(java.util.Date submissionTime)
Sets the date and time that the document was submitted.

Parameters:
submissionTime - the date and time that the document was submitted

getComments

public java.lang.String getComments()
Returns the comments deemed relevant by the entity submitting or registering the document.

Returns:
the comments deemed relevant by the entity submitting or registering the document.

setComments

public void setComments(java.lang.String comments)
Sets the comments deemed relevant by the entity submitting or registering the document.

Parameters:
comments - the comments deemed relevant by the entity submitting or registering the document.

getEntryUuid

public java.lang.String getEntryUuid()

setEntryUuid

public void setEntryUuid(java.lang.String entryUuid)