org.jaffa.tools.database
Class SyncSchema.Table

java.lang.Object
  extended byorg.jaffa.tools.database.SyncSchema.Table
Enclosing class:
SyncSchema

public class SyncSchema.Table
extends Object

Java bean to store Table information


Constructor Summary
SyncSchema.Table()
           
 
Method Summary
 String getCatalog()
          Getter for property catalog.
 Map getFields()
          Getter for property fields.
 String getName()
          Getter for property name.
 String getRemarks()
          Getter for property remarks.
 String getSchema()
          Getter for property schema.
 int getSyncStatus()
          Getter for property syncStatus.
 String getType()
          Getter for property type.
 void setCatalog(String catalog)
          Setter for property catalog.
 void setFields(Map fields)
          Setter for property fields.
 void setName(String name)
          Setter for property name.
 void setRemarks(String remarks)
          Setter for property remarks.
 void setSchema(String schema)
          Setter for property schema.
 void setSyncStatus(int syncStatus)
          Setter for property syncStatus.
 void setType(String type)
          Setter for property type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncSchema.Table

public SyncSchema.Table()
Method Detail

getSyncStatus

public int getSyncStatus()
Getter for property syncStatus.

Returns:
Value of property syncStatus.

setSyncStatus

public void setSyncStatus(int syncStatus)
Setter for property syncStatus.

Parameters:
syncStatus - New value of property syncStatus.

getName

public String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(String name)
Setter for property name.

Parameters:
name - New value of property name.

getFields

public Map getFields()
Getter for property fields.

Returns:
Value of property fields.

setFields

public void setFields(Map fields)
Setter for property fields.

Parameters:
fields - New value of property fields.

getCatalog

public String getCatalog()
Getter for property catalog.

Returns:
Value of property catalog.

setCatalog

public void setCatalog(String catalog)
Setter for property catalog.

Parameters:
catalog - New value of property catalog.

getSchema

public String getSchema()
Getter for property schema.

Returns:
Value of property schema.

setSchema

public void setSchema(String schema)
Setter for property schema.

Parameters:
schema - New value of property schema.

getType

public String getType()
Getter for property type.

Returns:
Value of property type.

setType

public void setType(String type)
Setter for property type.

Parameters:
type - New value of property type.

getRemarks

public String getRemarks()
Getter for property remarks.

Returns:
Value of property remarks.

setRemarks

public void setRemarks(String remarks)
Setter for property remarks.

Parameters:
remarks - New value of property remarks.


Copyright © 2002-2004 JAFFA Project.