org.kuali.common.impex
Class SchemaRequest

java.lang.Object
  extended by org.kuali.common.impex.SchemaRequest

public class SchemaRequest
extends Object


Constructor Summary
SchemaRequest()
           
 
Method Summary
 Sequence getSequence()
           
 TableContext getTable()
           
 View getView()
           
 void setSequence(Sequence sequence)
           
 void setTable(TableContext table)
           
 void setView(View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaRequest

public SchemaRequest()
Method Detail

getTable

public TableContext getTable()

setTable

public void setTable(TableContext table)

getView

public View getView()

setView

public void setView(View view)

getSequence

public Sequence getSequence()

setSequence

public void setSequence(Sequence sequence)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.