public abstract class VirtualComponent extends Object implements Serializable
| 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 |
|---|---|
boolean |
equals(Object object)
Returns
true if the argument is an VirtualComponent instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Timestamp |
getUpdateDate() |
VirtualComponentPK |
getVirtualComponentPk() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setUpdateDate(Timestamp updateDate) |
void |
setVirtualComponentPk(VirtualComponentPK virtualComponentPk) |
public VirtualComponentPK getVirtualComponentPk()
public void setVirtualComponentPk(VirtualComponentPK virtualComponentPk)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public int hashCode()
Copyright © 2013. All Rights Reserved.