atg.adapter.gsa
Class SchemaTracker

java.lang.Object
  extended by atg.adapter.gsa.SchemaTracker

public class SchemaTracker
extends java.lang.Object


Field Summary
 java.util.HashMap<java.lang.String,java.util.List<atg.adapter.gsa.GSARepository>> mTableToRepository
           
 
Method Summary
static SchemaTracker getSchemaTracker()
           
 java.util.HashMap<java.lang.String,java.util.List<atg.adapter.gsa.GSARepository>> getTableToRepository()
           
 void reset()
          Resets the state in this class.
 void setTableToRepository(java.util.HashMap<java.lang.String,java.util.List<atg.adapter.gsa.GSARepository>> pTableToRepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mTableToRepository

public java.util.HashMap<java.lang.String,java.util.List<atg.adapter.gsa.GSARepository>> mTableToRepository
Method Detail

getTableToRepository

public java.util.HashMap<java.lang.String,java.util.List<atg.adapter.gsa.GSARepository>> getTableToRepository()
Returns:
the tableToRepository

setTableToRepository

public void setTableToRepository(java.util.HashMap<java.lang.String,java.util.List<atg.adapter.gsa.GSARepository>> pTableToRepository)
Parameters:
pTableToRepository - the tableToRepository to set

getSchemaTracker

public static SchemaTracker getSchemaTracker()

reset

public void reset()
Resets the state in this class.



Copyright © 2009. All Rights Reserved.