public class PCShareList extends Object implements Serializable
The PCShareList class contains a list of PCShare objects.
Constructor and Description |
---|
PCShareList()
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addPCShare(PCShare shr)
Add a PCShare to the list
|
void |
clearList()
Clear the list of PCShare objects
|
PCShare |
getPCShare(int idx)
Return the required PCShare object from the list.
|
int |
NumberOfPCShares()
Return the number of PCShare objects that are in this list.
|
public final void addPCShare(PCShare shr)
shr
- PCShare object to be added to the listpublic final void clearList()
public final PCShare getPCShare(int idx) throws ArrayIndexOutOfBoundsException
idx
- Index of the PCShare to be returnedArrayIndexOutOfBoundsException
- If the index is not validpublic final int NumberOfPCShares()
Copyright © 2005–2018 Alfresco Software. All rights reserved.