public abstract class VesselEngineType extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
VesselEngineType.Factory
Constructs new instances of
VesselEngineType. |
| Constructor and Description |
|---|
VesselEngineType() |
| Modifier and Type | Method and Description |
|---|---|
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. |
Integer |
getId() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer id) |
public Integer getId()
public void setId(Integer id)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.