Package com.microstrategy.web.objects
Class WebChangeJournalLinkitemEntriesImpl
- java.lang.Object
 - 
- com.microstrategy.web.objects.WebChangeJournalLinkitemEntriesImpl
 
 
- 
- All Implemented Interfaces:
 WebChangeJournalLinkitemEntries
public class WebChangeJournalLinkitemEntriesImpl extends java.lang.Object implements WebChangeJournalLinkitemEntries
 
- 
- 
Constructor Summary
Constructors Constructor Description WebChangeJournalLinkitemEntriesImpl(WebObjectsFactory factory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Remove all WebChangeJournalLinkitemEntry objects in this collection.WebChangeJournalLinkitemEntryget(int index)Returns the WebChangeJournalLinkitemEntry in this collection according to the index (0-based).voidhandle(SAXSupport parser, java.lang.String localName, AttributesXt attrs)intsize()Returns the size of this collection. 
 - 
 
- 
- 
Constructor Detail
- 
WebChangeJournalLinkitemEntriesImpl
public WebChangeJournalLinkitemEntriesImpl(WebObjectsFactory factory)
 
 - 
 
- 
Method Detail
- 
size
public int size()
Description copied from interface:WebChangeJournalLinkitemEntriesReturns the size of this collection.- Specified by:
 sizein interfaceWebChangeJournalLinkitemEntries- Returns:
 - The size of this collection.
 
 
- 
get
public WebChangeJournalLinkitemEntry get(int index) throws java.lang.IndexOutOfBoundsException
Description copied from interface:WebChangeJournalLinkitemEntriesReturns the WebChangeJournalLinkitemEntry in this collection according to the index (0-based).- Specified by:
 getin interfaceWebChangeJournalLinkitemEntries- Parameters:
 index- The index of the WebChangeJournalLinkitemEntry object in the collection (0-based).- Returns:
 - the WebChangeJournalLinkitemEntry object in this collection according to the index.
 - Throws:
 java.lang.IndexOutOfBoundsException- Thrown when the index is less than 0 or greater or equals to the size of the collection.
 
- 
clear
public void clear()
Description copied from interface:WebChangeJournalLinkitemEntriesRemove all WebChangeJournalLinkitemEntry objects in this collection.- Specified by:
 clearin interfaceWebChangeJournalLinkitemEntries
 
- 
handle
public void handle(SAXSupport parser, java.lang.String localName, AttributesXt attrs) throws SAXSupportException
- Throws:
 SAXSupportException
 
 - 
 
 -