public class Policies extends Object implements Serializable
Constructor and Description |
---|
Policies() |
Modifier and Type | Method and Description |
---|---|
void |
addPolicyManage(int index,
PolicyManage vPolicyManage) |
void |
addPolicyManage(PolicyManage vPolicyManage) |
Enumeration<PolicyManage> |
enumeratePolicyManage()
Method enumeratePolicyManage.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
PolicyManage[] |
getPolicyManage()
Method getPolicyManage.Returns the contents of the collection in an Array.
|
PolicyManage |
getPolicyManage(int index)
Method getPolicyManage.
|
List<PolicyManage> |
getPolicyManageCollection()
Method getPolicyManageCollection.Returns a reference to 'policyManageList'.
|
int |
getPolicyManageCount()
Method getPolicyManageCount.
|
int |
hashCode()
Method hashCode.
|
Iterator<PolicyManage> |
iteratePolicyManage()
Method iteratePolicyManage.
|
void |
removeAllPolicyManage() |
boolean |
removePolicyManage(PolicyManage vPolicyManage)
Method removePolicyManage.
|
PolicyManage |
removePolicyManageAt(int index)
Method removePolicyManageAt.
|
void |
setPolicyManage(int index,
PolicyManage vPolicyManage) |
void |
setPolicyManage(List<PolicyManage> vPolicyManageList)
Sets the value of 'policyManageList' by copying the given Vector.
|
void |
setPolicyManage(PolicyManage[] vPolicyManageArray) |
void |
setPolicyManageCollection(List<PolicyManage> policyManageList)
Deprecated.
|
public void addPolicyManage(PolicyManage vPolicyManage) throws IndexOutOfBoundsException
vPolicyManage
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addPolicyManage(int index, PolicyManage vPolicyManage) throws IndexOutOfBoundsException
index
- vPolicyManage
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Enumeration<PolicyManage> enumeratePolicyManage()
public boolean equals(Object obj)
public PolicyManage getPolicyManage(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic PolicyManage[] getPolicyManage()
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<PolicyManage> getPolicyManageCollection()
public int getPolicyManageCount()
public int hashCode()
public Iterator<PolicyManage> iteratePolicyManage()
public void removeAllPolicyManage()
public boolean removePolicyManage(PolicyManage vPolicyManage)
vPolicyManage
- public PolicyManage removePolicyManageAt(int index)
index
- public void setPolicyManage(int index, PolicyManage vPolicyManage) throws IndexOutOfBoundsException
index
- vPolicyManage
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setPolicyManage(PolicyManage[] vPolicyManageArray)
vPolicyManageArray
- public void setPolicyManage(List<PolicyManage> vPolicyManageList)
vPolicyManageList
- the Vector to copy.public void setPolicyManageCollection(List<PolicyManage> policyManageList)
policyManageList
- the Vector to set.Copyright © 2017. All rights reserved.