public class Package extends Object implements Serializable
Constructor and Description |
---|
Package() |
Modifier and Type | Method and Description |
---|---|
void |
addPackageReport(int index,
PackageReport vPackageReport) |
void |
addPackageReport(PackageReport vPackageReport) |
Enumeration<PackageReport> |
enumeratePackageReport()
Method enumeratePackageReport.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Filter |
getFilter()
Returns the value of field 'filter'.
|
String |
getName()
Returns the value of field 'name'.
|
PackageReport[] |
getPackageReport()
Method getPackageReport.Returns the contents of the collection in an Array.
|
PackageReport |
getPackageReport(int index)
Method getPackageReport.
|
List<PackageReport> |
getPackageReportCollection()
Method getPackageReportCollection.Returns a reference to
'packageReportList'.
|
int |
getPackageReportCount()
Method getPackageReportCount.
|
int |
hashCode()
Method hashCode.
|
Iterator<PackageReport> |
iteratePackageReport()
Method iteratePackageReport.
|
void |
removeAllPackageReport() |
boolean |
removePackageReport(PackageReport vPackageReport)
Method removePackageReport.
|
PackageReport |
removePackageReportAt(int index)
Method removePackageReportAt.
|
void |
setFilter(Filter filter)
Sets the value of field 'filter'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setPackageReport(int index,
PackageReport vPackageReport) |
void |
setPackageReport(List<PackageReport> vPackageReportList)
Sets the value of 'packageReportList' by copying the given Vector.
|
void |
setPackageReport(PackageReport[] vPackageReportArray) |
void |
setPackageReportCollection(List<PackageReport> packageReportList)
Deprecated.
|
public void addPackageReport(PackageReport vPackageReport) throws IndexOutOfBoundsException
vPackageReport
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addPackageReport(int index, PackageReport vPackageReport) throws IndexOutOfBoundsException
index
- vPackageReport
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Enumeration<PackageReport> enumeratePackageReport()
public boolean equals(Object obj)
public Filter getFilter()
public String getName()
public PackageReport getPackageReport(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic PackageReport[] getPackageReport()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<PackageReport> getPackageReportCollection()
public int getPackageReportCount()
public int hashCode()
public Iterator<PackageReport> iteratePackageReport()
public void removeAllPackageReport()
public boolean removePackageReport(PackageReport vPackageReport)
vPackageReport
- public PackageReport removePackageReportAt(int index)
index
- public void setFilter(Filter filter)
filter
- the value of field 'filter'.public void setName(String name)
name
- the value of field 'name'.public void setPackageReport(int index, PackageReport vPackageReport) throws IndexOutOfBoundsException
index
- vPackageReport
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setPackageReport(PackageReport[] vPackageReportArray)
vPackageReportArray
- public void setPackageReport(List<PackageReport> vPackageReportList)
vPackageReportList
- the Vector to copy.public void setPackageReportCollection(List<PackageReport> packageReportList)
packageReportList
- the Vector to set.Copyright © 2017. All rights reserved.