public class SystemReleaseDetail
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SystemReleaseDetail() |
Modifier and Type | Method and Description |
---|---|
void |
addEntityVersions(EntityVersion vEntityVersions) |
void |
addEntityVersions(int index,
EntityVersion vEntityVersions) |
java.util.Enumeration<? extends EntityVersion> |
enumerateEntityVersions()
Method enumerateEntityVersions.
|
EntityVersion[] |
getEntityVersions()
Method getEntityVersions.Returns the contents of the
collection in an Array.
|
EntityVersion |
getEntityVersions(int index)
Method getEntityVersions.
|
int |
getEntityVersionsCount()
Method getEntityVersionsCount.
|
java.util.Iterator<? extends EntityVersion> |
iterateEntityVersions()
Method iterateEntityVersions.
|
void |
removeAllEntityVersions() |
boolean |
removeEntityVersions(EntityVersion vEntityVersions)
Method removeEntityVersions.
|
EntityVersion |
removeEntityVersionsAt(int index)
Method removeEntityVersionsAt.
|
void |
setEntityVersions(EntityVersion[] vEntityVersionsArray) |
void |
setEntityVersions(int index,
EntityVersion vEntityVersions) |
public void addEntityVersions(EntityVersion vEntityVersions) throws java.lang.IndexOutOfBoundsException
vEntityVersions
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addEntityVersions(int index, EntityVersion vEntityVersions) throws java.lang.IndexOutOfBoundsException
index
- vEntityVersions
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends EntityVersion> enumerateEntityVersions()
public EntityVersion getEntityVersions(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic EntityVersion[] getEntityVersions()
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 int getEntityVersionsCount()
public java.util.Iterator<? extends EntityVersion> iterateEntityVersions()
public void removeAllEntityVersions()
public boolean removeEntityVersions(EntityVersion vEntityVersions)
vEntityVersions
- public EntityVersion removeEntityVersionsAt(int index)
index
- public void setEntityVersions(int index, EntityVersion vEntityVersions) throws java.lang.IndexOutOfBoundsException
index
- vEntityVersions
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setEntityVersions(EntityVersion[] vEntityVersionsArray)
vEntityVersionsArray
-