public abstract class SourceRequest
extends java.lang.Object
| Constructor and Description |
|---|
SourceRequest(SourceType type,
java.lang.String reference,
Phone phone,
CustomerRequest customer) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CustomerRequest |
getCustomer() |
Phone |
getPhone() |
java.lang.String |
getReference() |
SourceType |
getType() |
int |
hashCode() |
void |
setCustomer(CustomerRequest customer) |
void |
setPhone(Phone phone) |
void |
setReference(java.lang.String reference) |
void |
setType(SourceType type) |
java.lang.String |
toString() |
public SourceRequest(SourceType type, java.lang.String reference, Phone phone, CustomerRequest customer)
public SourceType getType()
public java.lang.String getReference()
public Phone getPhone()
public CustomerRequest getCustomer()
public void setType(SourceType type)
public void setReference(java.lang.String reference)
public void setPhone(Phone phone)
public void setCustomer(CustomerRequest customer)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object