atg.adapter.gsa
Class GSAItemDescriptor.ItemRefList

java.lang.Object
  extended by atg.adapter.gsa.GSAItemDescriptor.ItemRefList
Enclosing class:
GSAItemDescriptor

public static class GSAItemDescriptor.ItemRefList
extends java.lang.Object


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 java.lang.Object[] ids
           
 atg.adapter.gsa.GSAItem item
           
 atg.adapter.gsa.ItemTransactionState state
           
 
Constructor Summary
GSAItemDescriptor.ItemRefList(atg.adapter.gsa.GSAItem pItem, atg.adapter.gsa.ItemTransactionState pState, java.lang.Object[] pIds)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

item

public atg.adapter.gsa.GSAItem item

state

public atg.adapter.gsa.ItemTransactionState state

ids

public java.lang.Object[] ids
Constructor Detail

GSAItemDescriptor.ItemRefList

public GSAItemDescriptor.ItemRefList(atg.adapter.gsa.GSAItem pItem,
                                     atg.adapter.gsa.ItemTransactionState pState,
                                     java.lang.Object[] pIds)