public class Package extends Object implements Serializable
Constructor and Description |
---|
Package() |
Modifier and Type | Method and Description |
---|---|
void |
addAssetField(AssetField vAssetField) |
void |
addAssetField(int index,
AssetField vAssetField) |
Enumeration<AssetField> |
enumerateAssetField()
Method enumerateAssetField.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
AssetField[] |
getAssetField()
Method getAssetField.Returns the contents of the collection in an Array.
|
AssetField |
getAssetField(int index)
Method getAssetField.
|
List<AssetField> |
getAssetFieldCollection()
Method getAssetFieldCollection.Returns a reference to 'assetFieldList'.
|
int |
getAssetFieldCount()
Method getAssetFieldCount.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getSysoid()
Returns the value of field 'sysoid'.
|
String |
getSysoidMask()
Returns the value of field 'sysoidMask'.
|
int |
hashCode()
Method hashCode.
|
Iterator<AssetField> |
iterateAssetField()
Method iterateAssetField.
|
void |
removeAllAssetField() |
boolean |
removeAssetField(AssetField vAssetField)
Method removeAssetField.
|
AssetField |
removeAssetFieldAt(int index)
Method removeAssetFieldAt.
|
void |
setAssetField(AssetField[] vAssetFieldArray) |
void |
setAssetField(int index,
AssetField vAssetField) |
void |
setAssetField(List<AssetField> vAssetFieldList)
Sets the value of 'assetFieldList' by copying the given Vector.
|
void |
setAssetFieldCollection(List<AssetField> assetFieldList)
Deprecated.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setSysoid(String sysoid)
Sets the value of field 'sysoid'.
|
void |
setSysoidMask(String sysoidMask)
Sets the value of field 'sysoidMask'.
|
public void addAssetField(AssetField vAssetField) throws IndexOutOfBoundsException
vAssetField
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addAssetField(int index, AssetField vAssetField) throws IndexOutOfBoundsException
index
- vAssetField
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Enumeration<AssetField> enumerateAssetField()
public boolean equals(Object obj)
public AssetField getAssetField(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic AssetField[] getAssetField()
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<AssetField> getAssetFieldCollection()
public int getAssetFieldCount()
public String getName()
public String getSysoid()
public String getSysoidMask()
public int hashCode()
public Iterator<AssetField> iterateAssetField()
public void removeAllAssetField()
public boolean removeAssetField(AssetField vAssetField)
vAssetField
- public AssetField removeAssetFieldAt(int index)
index
- public void setAssetField(int index, AssetField vAssetField) throws IndexOutOfBoundsException
index
- vAssetField
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setAssetField(AssetField[] vAssetFieldArray)
vAssetFieldArray
- public void setAssetField(List<AssetField> vAssetFieldList)
vAssetFieldList
- the Vector to copy.public void setAssetFieldCollection(List<AssetField> assetFieldList)
assetFieldList
- the Vector to set.public void setName(String name)
name
- the value of field 'name'.public void setSysoid(String sysoid)
sysoid
- the value of field 'sysoid'.public void setSysoidMask(String sysoidMask)
sysoidMask
- the value of field 'sysoidMask'.Copyright © 2017. All rights reserved.