gov.nasa.pds.registry.ui.shared
Class ViewClassificationNodes

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<ViewClassificationNode>
              extended by gov.nasa.pds.registry.ui.shared.ViewClassificationNodes
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, Cloneable, Iterable<ViewClassificationNode>, Collection<ViewClassificationNode>, List<ViewClassificationNode>, RandomAccess

public class ViewClassificationNodes
extends ArrayList<ViewClassificationNode>
implements com.google.gwt.user.client.rpc.IsSerializable

The display container for service. Necessary to be able to use an object representation of Service on the client side of GWT (with a minimum of overhead).

Author:
hyunlee
See Also:
Service, Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ViewClassificationNodes()
           
 
Method Summary
 long getSize()
          Get the number of records found
 int getStart()
          Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
 void setSize(long size)
          Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
 void setStart(int start)
          Get the start index of the record set
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

ViewClassificationNodes

public ViewClassificationNodes()
Method Detail

setSize

public void setSize(long size)
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.


getSize

public long getSize()
Get the number of records found


setStart

public void setStart(int start)
Get the start index of the record set


getStart

public int getStart()
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.



Copyright © 2010-2012 Planetary Data System. All Rights Reserved.