public abstract class Status extends Object implements Serializable, Comparable<Status>
Modifier and Type | Class and Description |
---|---|
static class |
Status.Factory
Constructs new instances of
Status . |
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Status o) |
boolean |
equals(Object object)
Returns
true if the argument is an Status instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getCode() |
String |
getName() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCode(String codeIn) |
void |
setName(String nameIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
public Status()
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic boolean equals(Object object)
true
if the argument is an Status instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(Status o)
compareTo
in interface Comparable<Status>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.