public class DataBoxContext
extends java.lang.Object
DataBoxContext
class is used internally
to save data box content in xml.Constructor and Description |
---|
DataBoxContext() |
Modifier and Type | Method and Description |
---|---|
Background |
getBackground()
Gets the background object.
|
java.lang.Object |
getID()
Gets the id object.
|
java.util.Map |
getImages() |
java.lang.String |
getName()
Gets the name string.
|
java.lang.String |
getVersion()
Gets the version string.
|
void |
setBackground(Background background)
Sets the background object.
|
void |
setID(java.lang.Object id)
Sets the id object.
|
void |
setImages(java.util.Map images) |
void |
setName(java.lang.String name)
Sets the name string.
|
void |
setVersion(java.lang.String version)
Sets the version string.
|
public java.util.Map getImages()
public void setImages(java.util.Map images)
public Background getBackground()
public void setBackground(Background background)
background
- the background object.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name string.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version string.public java.lang.Object getID()
public void setID(java.lang.Object id)
id
- the id object.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.