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 boolean
boolean
int
hashCode()
void
void
setContentTypeCode
(Code contentTypeCode) void
setSourceId
(String sourceId) void
setSubmissionTime
(String submissionTime) void
setSubmissionTime
(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:
equals
in classXDSMetaClass
-
canEqual
- Overrides:
canEqual
in classXDSMetaClass
-
hashCode
public int hashCode()- Overrides:
hashCode
in classXDSMetaClass
-
toString
- Overrides:
toString
in classXDSMetaClass
-
getAuthors
-
getContentTypeCode
-
setContentTypeCode
-
getIntendedRecipients
-
getSourceId
-
setSourceId
-
getSubmissionTime
-