public class PParticipatedServicesData extends Object
Constructor and Description |
---|
PParticipatedServicesData(int serviceNo,
Poid servPoid,
Poid orderbalGrpPoid)
constructs a
PParticipatedServicesData with the specified serviceNo ,servicePoid and
orderbalGrpPoid |
Modifier and Type | Method and Description |
---|---|
void |
addAll(ArrayList groupList)
adds groups in the arraylist to
PParticipatedServicesData |
void |
addAll(ArrayList groupList,
int position)
adds groups in the arraylist to
PParticipatedServicesData at the
specified position |
void |
addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup)
adds the group to the
PParticipatedServicesData |
void |
addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup,
int position)
adds the group to the
PParticipatedServicesData at the
specified position |
ArrayList |
getGroups()
returns the Groups
|
Poid |
getorderedBalGroupPoid()
returns the orderedBalGroupPoid
|
int |
getServiceNo()
returns the ServiceNo
|
Poid |
getServicePoid()
returns the ServicePoid
|
void |
setGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup,
int position)
sets the group to the
PParticipatedServicesData at the
specified position |
void |
setServiceNo(int servNo)
sets the ServiceNo
|
public void addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup)
PParticipatedServicesData
pGroup
- PParticipatedGroupInfopublic void setGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position)
PParticipatedServicesData
at the
specified positionpGroup
- PParticipatedGroupInfoposition
- intpublic void addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position)
PParticipatedServicesData
at the
specified positionpGroup
- PParticipatedGroupInfoposition
- intpublic Poid getorderedBalGroupPoid()
public Poid getServicePoid()
public void addAll(ArrayList groupList, int position)
PParticipatedServicesData
at the
specified positional
- ArrayListposition
- intpublic void addAll(ArrayList groupList)
PParticipatedServicesData
al
- ArrayListpublic int getServiceNo()
public void setServiceNo(int servNo)
servNo
- intpublic ArrayList getGroups()
Copyright © 2003, 2023, Oracle and/or its affiliates.