|
|||||||||
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.DBTemplateInstance
public class DBTemplateInstance
Field Summary | |
---|---|
protected java.awt.Color |
color
|
protected java.lang.String |
description
|
protected java.util.Hashtable |
properties
|
protected java.util.Vector |
propertiesV
|
protected java.util.Vector |
templateFields
|
protected java.lang.String |
templateId
|
protected java.lang.String |
templateInstanceId
|
protected int |
x
|
protected int |
y
|
Fields inherited from class com.cosylab.vdct.db.DBComment |
---|
comment |
Constructor Summary | |
---|---|
DBTemplateInstance(java.lang.String templateInstanceId,
java.lang.String templateId)
Constructor. |
Method Summary | |
---|---|
void |
addProperty(java.lang.Object key,
java.lang.String value)
Returns the properties. |
java.awt.Color |
getColor()
Returns the color. |
java.lang.String |
getDescription()
Returns the description. |
java.util.Hashtable |
getProperties()
Returns the properties. |
java.util.Vector |
getPropertiesV()
Returns the properties. |
java.util.Vector |
getTemplateFields()
|
java.lang.String |
getTemplateId()
Returns the templateId. |
java.lang.String |
getTemplateInstanceId()
Returns the templateInstanceId. |
int |
getX()
Returns the x. |
int |
getY()
Returns the y. |
void |
setColor(java.awt.Color color)
Sets the color. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setX(int x)
Sets the x. |
void |
setY(int y)
Sets the y. |
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 templateInstanceId
protected java.lang.String templateId
protected java.util.Hashtable properties
protected java.util.Vector propertiesV
protected int x
protected int y
protected java.awt.Color color
protected java.lang.String description
protected java.util.Vector templateFields
Constructor Detail |
---|
public DBTemplateInstance(java.lang.String templateInstanceId, java.lang.String templateId)
Method Detail |
---|
public java.util.Hashtable getProperties()
public java.util.Vector getPropertiesV()
public void addProperty(java.lang.Object key, java.lang.String value)
public java.lang.String getTemplateId()
public java.awt.Color getColor()
public java.lang.String getDescription()
public int getX()
public int getY()
public void setColor(java.awt.Color color)
color
- The color to setpublic void setDescription(java.lang.String description)
description
- The description to setpublic void setX(int x)
x
- The x to setpublic void setY(int y)
y
- The y to setpublic java.lang.String getTemplateInstanceId()
public java.util.Vector getTemplateFields()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |