public abstract class Seller extends Object implements Serializable, Comparable<Seller>
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 |
---|---|
int |
compareTo(Seller o) |
boolean |
equals(Object object)
Returns
true if the argument is an Seller instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getAddress() |
Location |
getBaseSaleLocation()
Représente un lieu au sens général du terme.
|
Integer |
getId()
Idenfiant interne.
|
String |
getName() |
String |
getRegistrationCode()
Code administratif du vendeur
|
SellerType |
getSellerType()
Type de vendeur
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setAddress(String addressIn) |
void |
setBaseSaleLocation(Location baseSaleLocationIn)
Représente un lieu au sens général du terme.
|
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setName(String nameIn) |
void |
setRegistrationCode(String registrationCodeIn)
Code administratif du vendeur
|
void |
setSellerType(SellerType sellerTypeIn)
Type de vendeur
|
void |
setUpdateDate(Timestamp updateDateIn) |
public Seller()
public void setId(Integer idIn)
idIn
- Integerpublic String getRegistrationCode()
public void setRegistrationCode(String registrationCodeIn)
registrationCodeIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic String getAddress()
public void setAddress(String addressIn)
addressIn
- Stringpublic SellerType getSellerType()
public void setSellerType(SellerType sellerTypeIn)
sellerTypeIn
- SellerTypepublic Location getBaseSaleLocation()
public void setBaseSaleLocation(Location baseSaleLocationIn)
baseSaleLocationIn
- Locationpublic boolean equals(Object object)
true
if the argument is an Seller instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(Seller o)
compareTo
in interface Comparable<Seller>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.