public abstract class VirtualComponent extends Object implements Serializable, Comparable<VirtualComponent>
Modifier and Type | Class and Description |
---|---|
static class |
VirtualComponent.Factory
Constructs new instances of
VirtualComponent . |
Constructor and Description |
---|
VirtualComponent() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VirtualComponent o) |
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
ReferenceTaxon |
getReferenceTaxon() |
TaxonName |
getTaxonName()
Classe regroupant les taxons.
|
Timestamp |
getUpdateDate() |
VirtualComponentPK |
getVirtualComponentPk()
Get the composite primary key identifier class
|
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setReferenceTaxon(ReferenceTaxon referenceTaxonIn) |
void |
setTaxonName(TaxonName taxonNameIn)
Classe regroupant les taxons.
|
void |
setUpdateDate(Timestamp updateDateIn) |
void |
setVirtualComponentPk(VirtualComponentPK virtualComponentPkIn)
Set the composite primary key identifier class
|
public VirtualComponent()
public VirtualComponentPK getVirtualComponentPk()
public void setVirtualComponentPk(VirtualComponentPK virtualComponentPkIn)
virtualComponentPkIn
- public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic ReferenceTaxon getReferenceTaxon()
public void setReferenceTaxon(ReferenceTaxon referenceTaxonIn)
referenceTaxonIn
- ReferenceTaxonpublic TaxonName getTaxonName()
public void setTaxonName(TaxonName taxonNameIn)
taxonNameIn
- TaxonNamepublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(VirtualComponent o)
compareTo
in interface Comparable<VirtualComponent>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.