Class SubmissionSet
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass
org.openehealth.ipf.commons.ihe.xds.core.metadata.SubmissionSet
- All Implemented Interfaces:
Serializable,ExtraMetadataHolder
Represents an XDS submission set according to the IHE XDS specification.
All non-list members of this class are allowed to be null.
The lists are pre-created and can therefore never be null.
- Author:
- Jens Riemschneider
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidvoidsetContentTypeCode(Code contentTypeCode) voidsetSourceId(String sourceId) voidsetSubmissionTime(String submissionTime) voidsetSubmissionTime(Timestamp submissionTime) toString()Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass
assignEntryUuid, assignUniqueId, getAvailabilityStatus, getComments, getEntryUuid, getExtraClassifications, getExtraMetadata, getHomeCommunityId, getLogicalUuid, getPatientId, getTitle, getUniqueId, getVersion, isLimitedMetadata, setAvailabilityStatus, setComments, setEntryUuid, setExtraClassifications, setExtraMetadata, setHomeCommunityId, setLimitedMetadata, setLogicalUuid, setPatientId, setTitle, setUniqueId, setVersion
-
Constructor Details
-
SubmissionSet
public SubmissionSet()
-
-
Method Details
-
setAuthor
- Parameters:
author- the author of the submission.
-
setSubmissionTime
-
setSubmissionTime
-
equals
- Overrides:
equalsin classXDSMetaClass
-
canEqual
- Overrides:
canEqualin classXDSMetaClass
-
hashCode
public int hashCode()- Overrides:
hashCodein classXDSMetaClass
-
toString
- Overrides:
toStringin classXDSMetaClass
-
getAuthors
-
getContentTypeCode
-
setContentTypeCode
-
getIntendedRecipients
-
getSourceId
-
setSourceId
-
getSubmissionTime
-