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