|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.InterfaceElements.SystemReleaseDetail
public class SystemReleaseDetail
The combination of a system release and all of the entityVersions that accompanied that release.
Constructor Summary | |
---|---|
SystemReleaseDetail()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemReleaseDetail()
Method Detail |
---|
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
-
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |