|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.component.shop.checkout.Customer
@Entity(name="checkout_Customer") public class Customer
The Customer.
| Nested Class Summary | |
|---|---|
static class |
Customer.CustomerBuilder
The CustomerBuilder. |
| Constructor Summary | |
|---|---|
protected |
Customer()
Deprecated. |
|
Customer(Customer c)
The copy constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getEmailAddress()
Returns the email address. |
java.lang.Long |
getUserId()
Returns the user id. |
java.lang.String |
getVATNumber()
Returns the VAT (value added tax) number. |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected Customer()
public Customer(Customer c)
c - the Customer to be copied.
java.lang.IllegalArgumentException - if the given Customer is null.| Method Detail |
|---|
public final java.lang.Long getUserId()
public final java.lang.String getEmailAddress()
public final java.lang.String getVATNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||