public abstract class PlaygroundTaxonGroupSampling extends Object implements Serializable, Comparable<PlaygroundTaxonGroupSampling>
Modifier and Type | Class and Description |
---|---|
static class |
PlaygroundTaxonGroupSampling.Factory
Constructs new instances of
PlaygroundTaxonGroupSampling . |
Constructor and Description |
---|
PlaygroundTaxonGroupSampling() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlaygroundTaxonGroupSampling o) |
boolean |
equals(Object object)
Returns
true if the argument is an PlaygroundTaxonGroupSampling instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Integer |
getTaxonGroup() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
Boolean |
isAccidental()
Is the taxon group related to accidental catch.
|
Boolean |
isLength()
Is the taxon group must have length measured.
|
Boolean |
isSex()
Is the taxon group must have sex observed.
|
void |
setAccidental(Boolean accidentalIn)
Is the taxon group related to accidental catch.
|
void |
setLength(Boolean lengthIn)
Is the taxon group must have length measured.
|
void |
setSex(Boolean sexIn)
Is the taxon group must have sex observed.
|
void |
setTaxonGroup(Integer taxonGroupIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
public PlaygroundTaxonGroupSampling()
public Integer getTaxonGroup()
public void setTaxonGroup(Integer taxonGroupIn)
taxonGroupIn
- Integerpublic Boolean isAccidental()
public void setAccidental(Boolean accidentalIn)
accidentalIn
- Booleanpublic Boolean isLength()
public void setLength(Boolean lengthIn)
lengthIn
- Booleanpublic void setSex(Boolean sexIn)
sexIn
- Booleanpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic boolean equals(Object object)
true
if the argument is an PlaygroundTaxonGroupSampling instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(PlaygroundTaxonGroupSampling o)
compareTo
in interface Comparable<PlaygroundTaxonGroupSampling>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.