|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.model.graphic.config.ExtGraphicConfig
public class ExtGraphicConfig
Class ExtGraphicConfig extends class GraphicConfig with a key.
Constructor Summary | |
---|---|
ExtGraphicConfig()
Create instance of ExtGraphicConfig. |
|
ExtGraphicConfig(java.lang.String key,
GraphicConfig real)
Create instance of ExtGraphicConfig. |
Method Summary | |
---|---|
NameValuePairList |
getAttributes()
Get all single value fields. |
java.util.List<java.util.List<Persistable>> |
getChildren()
Get all multi value fields. |
GraphicConfig |
getConfig()
Get GraphicConfig. |
java.lang.String |
getId()
Get id identifying object. |
java.lang.String |
getKey()
Get key. |
java.lang.String |
getType()
Get type (XML element name / database table name not Java class name). |
void |
setAttributes(NameValuePairList attr)
Set all single value fields. |
void |
setChildren(java.util.List<java.util.List<Persistable>> childs)
Set all multi value fields. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExtGraphicConfig()
public ExtGraphicConfig(java.lang.String key, GraphicConfig real)
key
- keyreal
- GraphicConfigMethod Detail |
---|
public java.lang.String getKey()
public GraphicConfig getConfig()
public java.lang.String getId()
Persistable
getId
in interface Persistable
public java.lang.String getType()
Persistable
getType
in interface Persistable
public NameValuePairList getAttributes()
Persistable
getAttributes
in interface Persistable
public java.util.List<java.util.List<Persistable>> getChildren()
Persistable
getChildren
in interface Persistable
public void setAttributes(NameValuePairList attr) throws ModelException
Persistable
setAttributes
in interface Persistable
attr
- value pair list
ModelException
- if problemspublic void setChildren(java.util.List<java.util.List<Persistable>> childs) throws ModelException
Persistable
setChildren
in interface Persistable
childs
- list of list of persistable objects
ModelException
- if problemspublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |