|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.db.DBComment
com.cosylab.vdct.db.DBFieldData
public class DBFieldData
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 |
---|
protected java.lang.String name
protected java.lang.String value
protected boolean template_def
protected java.awt.Color color
protected boolean rotated
protected java.lang.String description
protected boolean hasAdditionalData
protected int visibility
Constructor Detail |
---|
public DBFieldData(java.lang.String name, java.lang.String value)
public DBFieldData(java.lang.String name, java.lang.String value, java.awt.Color color, boolean rotated, java.lang.String description, int visibility)
Method Detail |
---|
public java.awt.Color getColor()
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getValue()
public boolean isHasAdditionalData()
public boolean isRotated()
public boolean isTemplate_def()
public void setColor(java.awt.Color newColor)
newColor
- java.awt.Colorpublic void setDescription(java.lang.String newDescription)
newDescription
- java.lang.Stringpublic void setHasAdditionalData(boolean newHasAdditionalData)
newHasAdditionalData
- booleanpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setRotated(boolean newRotated)
newRotated
- booleanpublic void setTemplate_def(boolean newTemplate_def)
newTemplate_def
- booleanpublic void setValue(java.lang.String newValue)
newValue
- java.lang.Stringpublic int getVisibility()
public void setVisibility(int visibility)
visibility
- The visibility to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |