public abstract class SellerType extends Object implements Serializable
Type de vendeur
| Modifier and Type | Class and Description |
|---|---|
static class |
SellerType.Factory
Constructs new instances of
SellerType. |
| Constructor and Description |
|---|
SellerType() |
| 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. |
Short |
getId()
Idenfiant interne.
|
String |
getName() |
Collection<Seller> |
getSellers() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Short id) |
void |
setName(String name) |
void |
setSellers(Collection<Seller> sellers) |
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<Seller> getSellers()
public void setSellers(Collection<Seller> sellers)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.