atg.adapter.gsa
Class GSAItemDescriptor.PropIdRef

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

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


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 GSAPropertyDescriptor prop
           
 java.lang.Object value
           
 
Constructor Summary
GSAItemDescriptor.PropIdRef(GSAPropertyDescriptor pProp, java.lang.Object pValue)
           
 
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

prop

public GSAPropertyDescriptor prop

value

public java.lang.Object value
Constructor Detail

GSAItemDescriptor.PropIdRef

public GSAItemDescriptor.PropIdRef(GSAPropertyDescriptor pProp,
                                   java.lang.Object pValue)