public abstract class Seller extends Object implements Serializable
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
| Modifier and Type | Class and Description |
|---|---|
static class |
Seller.Factory
Constructs new instances of
Seller. |
| Constructor and Description |
|---|
Seller() |
| 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. |
Location |
getBaseSaleLocation() |
Integer |
getId()
Idenfiant interne.
|
String |
getName() |
String |
getRegistrationCode()
Code administratif du vendeur
|
SellerType |
getSellerType() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setBaseSaleLocation(Location baseSaleLocation) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setRegistrationCode(String registrationCode) |
void |
setSellerType(SellerType sellerType) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getRegistrationCode()
Code administratif du vendeur
public void setRegistrationCode(String registrationCode)
public String getName()
public void setName(String name)
public SellerType getSellerType()
public void setSellerType(SellerType sellerType)
public Location getBaseSaleLocation()
public void setBaseSaleLocation(Location baseSaleLocation)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.