public class Referral extends Object implements Serializable
| Constructor and Description |
|---|
Referral() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRef()
Gets the
ref. |
ReferralSource |
getSource()
Gets the
source. |
ReferralType |
getType()
Gets the
type. |
int |
hashCode() |
void |
setRef(String ref)
Sets the
ref. |
void |
setSource(ReferralSource source)
Sets the
source. |
void |
setType(ReferralType type)
Sets the
type. |
String |
toString() |
public ReferralSource getSource()
source.source.public void setSource(ReferralSource source)
source.source - the source to set.public ReferralType getType()
type.type.public void setType(ReferralType type)
type.type - the type to set.Copyright © 2017 BotMill. All rights reserved.