public class AvailableProfilesObj extends Object
| Constructor and Description |
|---|
AvailableProfilesObj(Poid profilePoid,
String type,
String label,
String service_account,
Poid servicePoid,
int index)
Constructs an
ProfileObj with the specified data. |
AvailableProfilesObj(Poid accountPoid,
String groupName,
String type,
String label,
String service_account)
Constructs an
ProfileObj with the specified data. |
| Modifier and Type | Method and Description |
|---|---|
Poid |
getAccountPoid()
Returns the accountPoid Poid.
|
String |
getGroupName()
Returns the groupName String.
|
Poid |
getGroupPoid()
Returns the groupPoid Poid.
|
int |
getIndex()
Returns the index int.
|
String |
getLabel()
Returns the label String.
|
Poid |
getProfilePoid()
Returns the profilePoid Poid.
|
String |
getService_account()
Returns the service_account String.
|
String |
getType()
Returns the type String.
|
boolean |
isSelected()
Returns the selected boolean.
|
void |
setAccountPoid(Poid accountPoid)
This will set the
accountPoid. |
void |
setGroupName(String groupName)
This will set the
groupName. |
void |
setGroupPoid(Poid groupPoid)
This will set the
groupPoid. |
void |
setIndex(int index)
Set the array index to the object
|
void |
setLabel(String label)
This will set the
label. |
void |
setProfilePoid(Poid profilePoid)
This will set the
profilePoid. |
void |
setSelected(boolean selected)
This will set the
selected. |
void |
setService_account(String service_account)
This will set the
service_account. |
void |
setType(String type)
This will set the
type. |
public AvailableProfilesObj(Poid profilePoid, String type, String label, String service_account, Poid servicePoid, int index)
ProfileObj with the specified data.Poid - profilePoidString - typeString - labelString - service_accountPoid - servicePoidint - indexpublic String getLabel()
public void setLabel(String label)
label.label - Stringpublic boolean isSelected()
public void setSelected(boolean selected)
selected.selected - booleanpublic String getService_account()
public void setService_account(String service_account)
service_account.service_account - Stringpublic String getType()
public void setType(String type)
type.type - Stringpublic String getGroupName()
public void setGroupName(String groupName)
groupName.groupName - Stringpublic Poid getProfilePoid()
public void setProfilePoid(Poid profilePoid)
profilePoid.Poid - profilePoidpublic int getIndex()
public void setIndex(int index)
index - public Poid getGroupPoid()
public void setGroupPoid(Poid groupPoid)
groupPoid.Poid - groupPoidpublic Poid getAccountPoid()
public void setAccountPoid(Poid accountPoid)
accountPoid.Poid - accountPoidCopyright © 2003, 2023, Oracle and/or its affiliates.