Class Version
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.metadata.Version
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setComment
(String comment) void
setVersionName
(String versionName) toString()
-
Field Details
-
versionName
-
comment
-
-
Constructor Details
-
Version
public Version()Constructs a localized string. -
Version
Constructs a localized string.- Parameters:
versionName
- the version name.
-
Version
Constructs a localized string.- Parameters:
versionName
- the version name.comment
- the comment.
-
-
Method Details