Class Version
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.metadata.Version
-
- All Implemented Interfaces:
Serializable
public class Version extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
comment
protected String
versionName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getComment()
String
getVersionName()
int
hashCode()
void
setComment(String comment)
void
setVersionName(String versionName)
String
toString()
-
-
-
Constructor Detail
-
Version
public Version()
Constructs a localized string.
-
Version
public Version(String versionName)
Constructs a localized string.- Parameters:
versionName
- the version name.
-
-