public abstract class Unit extends Object implements Serializable
Unité d'une mesure.
Nombre de lignes : 30
| Modifier and Type | Class and Description |
|---|---|
static class |
Unit.Factory
Constructs new instances of
Unit. |
| Constructor and Description |
|---|
Unit() |
| 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. |
Date |
getCreationDate() |
Integer |
getId()
Idenfiant interne.
|
String |
getName() |
Status |
getStatus() |
String |
getSymbol() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCreationDate(Date creationDate) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setStatus(Status status) |
void |
setSymbol(String symbol) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getSymbol()
public void setSymbol(String symbol)
public String getName()
public void setName(String name)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Status getStatus()
public void setStatus(Status status)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.