com.cosylab.vdct.db
Class DBFieldData

java.lang.Object
  extended by com.cosylab.vdct.db.DBComment
      extended by com.cosylab.vdct.db.DBFieldData

public class DBFieldData
extends DBComment

This type was created in VisualAge.


Field Summary
protected  java.awt.Color color
           
protected  java.lang.String description
           
protected  boolean hasAdditionalData
           
protected  java.lang.String name
           
protected  boolean rotated
           
protected  boolean template_def
           
protected  java.lang.String value
           
protected  int visibility
           
 
Fields inherited from class com.cosylab.vdct.db.DBComment
comment
 
Constructor Summary
DBFieldData(java.lang.String name, java.lang.String value)
          FieldData constructor comment.
DBFieldData(java.lang.String name, java.lang.String value, java.awt.Color color, boolean rotated, java.lang.String description, int visibility)
          FieldData constructor comment.
 
Method Summary
 java.awt.Color getColor()
          Insert the method's description here.
 java.lang.String getDescription()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 java.lang.String getValue()
          Insert the method's description here.
 int getVisibility()
          Returns the visibility.
 boolean isHasAdditionalData()
          Insert the method's description here.
 boolean isRotated()
          Insert the method's description here.
 boolean isTemplate_def()
          Insert the method's description here.
 void setColor(java.awt.Color newColor)
          Insert the method's description here.
 void setDescription(java.lang.String newDescription)
          Insert the method's description here.
 void setHasAdditionalData(boolean newHasAdditionalData)
          Insert the method's description here.
 void setName(java.lang.String newName)
          Insert the method's description here.
 void setRotated(boolean newRotated)
          Insert the method's description here.
 void setTemplate_def(boolean newTemplate_def)
          Insert the method's description here.
 void setValue(java.lang.String newValue)
          Insert the method's description here.
 void setVisibility(int visibility)
          Sets the visibility.
 
Methods inherited from class com.cosylab.vdct.db.DBComment
getComment, setComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

value

protected java.lang.String value

template_def

protected boolean template_def

color

protected java.awt.Color color

rotated

protected boolean rotated

description

protected java.lang.String description

hasAdditionalData

protected boolean hasAdditionalData

visibility

protected int visibility
Constructor Detail

DBFieldData

public DBFieldData(java.lang.String name,
                   java.lang.String value)
FieldData constructor comment.


DBFieldData

public DBFieldData(java.lang.String name,
                   java.lang.String value,
                   java.awt.Color color,
                   boolean rotated,
                   java.lang.String description,
                   int visibility)
FieldData constructor comment.

Method Detail

getColor

public java.awt.Color getColor()
Insert the method's description here. Creation date: (24.4.2001 15:54:01)

Returns:
java.awt.Color

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (24.4.2001 15:54:01)

Returns:
java.lang.String

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (9.12.2000 17:12:01)

Returns:
java.lang.String

getValue

public java.lang.String getValue()
Insert the method's description here. Creation date: (9.12.2000 17:12:01)

Returns:
java.lang.String

isHasAdditionalData

public boolean isHasAdditionalData()
Insert the method's description here. Creation date: (24.4.2001 18:39:06)

Returns:
boolean

isRotated

public boolean isRotated()
Insert the method's description here. Creation date: (24.4.2001 15:54:01)

Returns:
boolean

isTemplate_def

public boolean isTemplate_def()
Insert the method's description here. Creation date: (9.12.2000 17:12:01)

Returns:
boolean

setColor

public void setColor(java.awt.Color newColor)
Insert the method's description here. Creation date: (24.4.2001 15:54:01)

Parameters:
newColor - java.awt.Color

setDescription

public void setDescription(java.lang.String newDescription)
Insert the method's description here. Creation date: (24.4.2001 15:54:01)

Parameters:
newDescription - java.lang.String

setHasAdditionalData

public void setHasAdditionalData(boolean newHasAdditionalData)
Insert the method's description here. Creation date: (24.4.2001 18:39:06)

Parameters:
newHasAdditionalData - boolean

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (9.12.2000 17:12:01)

Parameters:
newName - java.lang.String

setRotated

public void setRotated(boolean newRotated)
Insert the method's description here. Creation date: (24.4.2001 15:54:01)

Parameters:
newRotated - boolean

setTemplate_def

public void setTemplate_def(boolean newTemplate_def)
Insert the method's description here. Creation date: (9.12.2000 17:12:01)

Parameters:
newTemplate_def - boolean

setValue

public void setValue(java.lang.String newValue)
Insert the method's description here. Creation date: (9.12.2000 17:12:01)

Parameters:
newValue - java.lang.String

getVisibility

public int getVisibility()
Returns the visibility.

Returns:
int

setVisibility

public void setVisibility(int visibility)
Sets the visibility.

Parameters:
visibility - The visibility to set