org.jaffa.tools.database
Class SyncSchema.Field

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

public class SyncSchema.Field
extends Object

Java bean to store Field information for


Constructor Summary
SyncSchema.Field()
           
 
Method Summary
 String getChanges()
          Getter for property changes.
 int getColSize()
          Getter for property colSize.
 short getDataType()
          Getter for property dataType.
 String getDataTypeName()
          Getter for property dataTypeName.
 String getDefaultValue()
          Getter for property defaultValue.
 int getFracSize()
          Getter for property fracSize.
 int getMaxLength()
          Getter for property maxLength.
 String getName()
          Getter for property name.
 String getRemarks()
          Getter for property remarks.
 int getSeq()
          Getter for property seq.
 SyncSchema.Field getSourceField()
          Getter for property sourceField.
 int getSyncStatus()
          Getter for property syncStatus.
 boolean isMandatory()
          Getter for property mandatory.
 void setChanges(String changes)
          Setter for property changes.
 void setColSize(int colSize)
          Setter for property colSize.
 void setDataType(short dataType)
          Setter for property dataType.
 void setDataTypeName(String dataTypeName)
          Setter for property dataTypeName.
 void setDefaultValue(String defaultValue)
          Setter for property defaultValue.
 void setFracSize(int fracSize)
          Setter for property fracSize.
 void setMandatory(boolean mandatory)
          Setter for property mandatory.
 void setMaxLength(int maxLength)
          Setter for property maxLength.
 void setName(String name)
          Setter for property name.
 void setRemarks(String remarks)
          Setter for property remarks.
 void setSeq(int seq)
          Setter for property seq.
 void setSourceField(SyncSchema.Field sourceField)
          Setter for property sourceField.
 void setSyncStatus(int syncStatus)
          Setter for property syncStatus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncSchema.Field

public SyncSchema.Field()
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.

getDataType

public short getDataType()
Getter for property dataType.

Returns:
Value of property dataType.

setDataType

public void setDataType(short dataType)
Setter for property dataType.

Parameters:
dataType - New value of property dataType.

getDataTypeName

public String getDataTypeName()
Getter for property dataTypeName.

Returns:
Value of property dataTypeName.

setDataTypeName

public void setDataTypeName(String dataTypeName)
Setter for property dataTypeName.

Parameters:
dataTypeName - New value of property dataTypeName.

getColSize

public int getColSize()
Getter for property colSize.

Returns:
Value of property colSize.

setColSize

public void setColSize(int colSize)
Setter for property colSize.

Parameters:
colSize - New value of property colSize.

getFracSize

public int getFracSize()
Getter for property fracSize.

Returns:
Value of property fracSize.

setFracSize

public void setFracSize(int fracSize)
Setter for property fracSize.

Parameters:
fracSize - New value of property fracSize.

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.

getDefaultValue

public String getDefaultValue()
Getter for property defaultValue.

Returns:
Value of property defaultValue.

setDefaultValue

public void setDefaultValue(String defaultValue)
Setter for property defaultValue.

Parameters:
defaultValue - New value of property defaultValue.

getMaxLength

public int getMaxLength()
Getter for property maxLength.

Returns:
Value of property maxLength.

setMaxLength

public void setMaxLength(int maxLength)
Setter for property maxLength.

Parameters:
maxLength - New value of property maxLength.

getSeq

public int getSeq()
Getter for property seq.

Returns:
Value of property seq.

setSeq

public void setSeq(int seq)
Setter for property seq.

Parameters:
seq - New value of property seq.

isMandatory

public boolean isMandatory()
Getter for property mandatory.

Returns:
Value of property mandatory.

setMandatory

public void setMandatory(boolean mandatory)
Setter for property mandatory.

Parameters:
mandatory - New value of property mandatory.

getSourceField

public SyncSchema.Field getSourceField()
Getter for property sourceField.

Returns:
Value of property sourceField.

setSourceField

public void setSourceField(SyncSchema.Field sourceField)
Setter for property sourceField.

Parameters:
sourceField - New value of property sourceField.

getChanges

public String getChanges()
Getter for property changes.

Returns:
Value of property changes.

setChanges

public void setChanges(String changes)
Setter for property changes.

Parameters:
changes - New value of property changes.


Copyright © 2002-2004 JAFFA Project.