fr.ifremer.allegro.referential.taxon
Class VirtualComponent

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.VirtualComponent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VirtualComponentImpl

public abstract class VirtualComponent
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class VirtualComponent.Factory
          Constructs new instances of VirtualComponent.
 
Constructor Summary
VirtualComponent()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an VirtualComponent instance and all identifiers for this entity equal the identifiers of the argument entity.
 java.sql.Timestamp getUpdateDate()
           
 VirtualComponentPK getVirtualComponentPk()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setVirtualComponentPk(VirtualComponentPK virtualComponentPk)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualComponent

public VirtualComponent()
Method Detail

getVirtualComponentPk

public VirtualComponentPK getVirtualComponentPk()

setVirtualComponentPk

public void setVirtualComponentPk(VirtualComponentPK virtualComponentPk)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an VirtualComponent instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.