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() |
Integer |
getRemoteId() |
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) |
void |
setRemoteId(Integer remoteIdIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
public SystemVersion()
public 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 Integer getRemoteId()
public void setRemoteId(Integer remoteIdIn)
remoteIdIn
- Integerpublic 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.