com.ideo.sweetdevria.config.elements
Class DrawerConfig

java.lang.Object
  extended by com.ideo.sweetdevria.config.elements.DrawerConfig

public class DrawerConfig
extends java.lang.Object

A JavaBean representing the configuration information of a <drawer> element in a RIA configuration file.


Field Summary
protected  java.lang.String id
           
protected  java.util.Map properties
           
protected  java.lang.String templateEnd
           
protected  java.lang.String templateStart
           
 
Constructor Summary
DrawerConfig()
           
 
Method Summary
 java.lang.String getId()
          Get the id.
 java.lang.String getTemplateEnd()
          Get the templateEnd.
 java.lang.String getTemplateStart()
          Get the templateStart.
 void setId(java.lang.String id)
          Set the id.
 void setTemplateEnd(java.lang.String templateEnd)
          Set the templateEnd.
 void setTemplateStart(java.lang.String templateStart)
          Set the templateStart.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

templateStart

protected java.lang.String templateStart

templateEnd

protected java.lang.String templateEnd

properties

protected java.util.Map properties
Constructor Detail

DrawerConfig

public DrawerConfig()
Method Detail

getId

public java.lang.String getId()
Get the id.

Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Set the id.

Parameters:
id - The id to set.

getTemplateEnd

public java.lang.String getTemplateEnd()
Get the templateEnd.

Returns:
Returns the templateEnd.

setTemplateEnd

public void setTemplateEnd(java.lang.String templateEnd)
Set the templateEnd.

Parameters:
templateEnd - The templateEnd to set.

getTemplateStart

public java.lang.String getTemplateStart()
Get the templateStart.

Returns:
Returns the templateStart.

setTemplateStart

public void setTemplateStart(java.lang.String templateStart)
Set the templateStart.

Parameters:
templateStart - The templateStart to set.


Copyright © 2010 Ideo Technologies. All Rights Reserved.