public class PCShareList
extends java.lang.Object
implements java.io.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 java.lang.ArrayIndexOutOfBoundsException
idx - Index of the PCShare to be returnedjava.lang.ArrayIndexOutOfBoundsException - If the index is not validpublic final int NumberOfPCShares()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.