public class SponsorshipData extends Object implements Serializable
Constructor and Description |
---|
SponsorshipData(PModelHandle acct,
PModelHandle group)
Creates an instance of this class setting the account and sponsor
group data.
|
SponsorshipData(PModelHandle acct,
PModelHandle group,
PModelHandle[] details)
Creates an instance of this class setting the account, sponsor group,
and details data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(SponsorshipData d)
Returns true if the given object is the same.
|
PModelHandle |
getAccount() |
String |
getAccountName()
Returns the account name, first and last name, formated for the given
the given locale.
|
String |
getAccountNumber() |
String |
getCompany() |
CurrenciesData |
getCurrency() |
PModelHandle[] |
getDetails() |
PModelHandle |
getGroup() |
String |
getGroupName() |
boolean |
isAccountActive() |
void |
setDetails(PModelHandle[] d)
Set the details for the sponsor group.
|
public SponsorshipData(PModelHandle acct, PModelHandle group)
acct
- the accountgroup
- the sponsor grouppublic SponsorshipData(PModelHandle acct, PModelHandle group, PModelHandle[] details)
acct
- the accountgroup
- the sponsor groupdetails
- an array of details about the sponsor grouppublic void setDetails(PModelHandle[] d)
d
- an array of detail informationpublic PModelHandle getGroup()
public PModelHandle getAccount()
public PModelHandle[] getDetails()
public String getGroupName()
public boolean isAccountActive()
public String getAccountName()
l
- the localepublic String getAccountNumber()
public String getCompany()
public CurrenciesData getCurrency()
public boolean equals(SponsorshipData d)
d
- the SponsorshipData to compareCopyright © 2003, 2023, Oracle and/or its affiliates.