public class PMembershipData extends Object
Constructor and Description |
---|
PMembershipData(Poid orderBalGroupPoid,
Poid servPoid,
int serviceNo)
constructs a
PMembershipData object with the specified parameters |
Modifier and Type | Method and Description |
---|---|
void |
addAll(ArrayList al)
adds the memberships in the arraylist
al to the PMembershipData |
void |
addMembership(com.portal.app.cc.sharing.PMembership membership)
adds the membership to the
PMembershipData |
ArrayList |
getGroups()
returns all the memberships from the
PMembershipData |
Poid |
getorderBalGroupPoid()
gets the orderBalGroupPoid of
PMembershipData |
int |
getServiceNo()
returns the ServiceNumber
|
Poid |
getServicePoid()
returns the Service Poid of
PMembershipData |
void |
setMembership(int position,
com.portal.app.cc.sharing.PMembership membership)
sets the membership to the
PMembershipData at the specified position |
void |
setServiceNo(int servNo)
sets the ServiceNumber
|
public Poid getServicePoid()
PMembershipData
public void addMembership(com.portal.app.cc.sharing.PMembership membership)
PMembershipData
membership
- PMembershippublic void setMembership(int position, com.portal.app.cc.sharing.PMembership membership)
PMembershipData
at the specified positionposition
- intmembership
- PMembershippublic void addAll(ArrayList al)
al
to the PMembershipData
al
- ArrayListpublic int getServiceNo()
public void setServiceNo(int servNo)
servNo
- intpublic ArrayList getGroups()
PMembershipData
public Poid getorderBalGroupPoid()
PMembershipData
Copyright © 2003, 2023, Oracle and/or its affiliates.