public abstract class BuyerType extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BuyerType.Factory
Constructs new instances of
BuyerType. |
| Constructor and Description |
|---|
BuyerType() |
| 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. |
Collection<Buyer> |
getBuyers() |
Short |
getId()
Idenfiant interne.
|
String |
getName() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setBuyers(Collection<Buyer> buyers) |
void |
setId(Short id) |
void |
setName(String name) |
public Short getId()
Idenfiant interne. Généré par le système.
public void setId(Short id)
public String getName()
public void setName(String name)
public Collection<Buyer> getBuyers()
public void setBuyers(Collection<Buyer> buyers)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.