Class Folder
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass
-
- org.openehealth.ipf.commons.ihe.xds.core.metadata.Folder
-
- All Implemented Interfaces:
Serializable
,ExtraMetadataHolder
public class Folder extends XDSMetaClass implements Serializable
Represents an XDS folder 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 benull
.- Author:
- Jens Riemschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Folder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<Code>
getCodeList()
Timestamp
getLastUpdateTime()
int
hashCode()
void
setLastUpdateTime(String lastUpdateTime)
void
setLastUpdateTime(Timestamp lastUpdateTime)
String
toString()
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass
assignEntryUuid, assignUniqueId, getAvailabilityStatus, getComments, getEntryUuid, getExtraMetadata, getHomeCommunityId, getLogicalUuid, getPatientId, getTitle, getUniqueId, getVersion, isLimitedMetadata, setAvailabilityStatus, setComments, setEntryUuid, setExtraMetadata, setHomeCommunityId, setLimitedMetadata, setLogicalUuid, setPatientId, setTitle, setUniqueId, setVersion
-
-
-
-
Method Detail
-
setLastUpdateTime
public void setLastUpdateTime(Timestamp lastUpdateTime)
-
setLastUpdateTime
public void setLastUpdateTime(String lastUpdateTime)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classXDSMetaClass
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classXDSMetaClass
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classXDSMetaClass
-
toString
public String toString()
- Overrides:
toString
in classXDSMetaClass
-
getLastUpdateTime
public Timestamp getLastUpdateTime()
-
-