public abstract class SystemVersion extends Object implements Serializable, Comparable<SystemVersion>
Modifier and Type | Class and Description |
---|---|
static class |
SystemVersion.Factory
Constructs new instances of
SystemVersion . |
Constructor and Description |
---|
SystemVersion() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SystemVersion o) |
boolean |
equals(Object object)
Returns
true if the argument is an SystemVersion instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments() |
Date |
getCreationDate() |
String |
getDescription() |
Integer |
getId() |
String |
getLabel()
The version string.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String commentsIn) |
void |
setCreationDate(Date creationDateIn) |
void |
setDescription(String descriptionIn) |
void |
setId(Integer idIn) |
void |
setLabel(String labelIn)
The version string.
|
void |
setUpdateDate(Timestamp updateDateIn) |
public SystemVersion()
public String getLabel()
The version string. Version identifiers should have three or four components:
See osgi Version specification : http://www.osgi.org/javadoc/r4v42/org/osgi/framework/Version.html
Example :
public void setLabel(String labelIn)
The version string. Version identifiers should have three or four components:
See osgi Version specification : http://www.osgi.org/javadoc/r4v42/org/osgi/framework/Version.html
Example :
labelIn
- Stringpublic String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic Date getCreationDate()
public void setCreationDate(Date creationDateIn)
creationDateIn
- Datepublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic boolean equals(Object object)
true
if the argument is an SystemVersion instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(SystemVersion o)
compareTo
in interface Comparable<SystemVersion>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.