lumis.doui.control
Class ControlConfig

Package class diagram package ControlConfig
java.lang.Object
  extended by lumis.doui.control.ControlConfig

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class ControlConfig
extends Object

Represents common configurations of a control

Since:
4.0.0

Constructor Summary
ControlConfig()
           
 
Method Summary
 String getClassName()
           
 String getId()
           
 String getType()
           
 void setClassName(String className)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlConfig

public ControlConfig()
Method Detail

getClassName

public String getClassName()
Returns:
Returns the className.

setClassName

public void setClassName(String className)
Parameters:
className - The className to set.

getType

public String getType()
Returns:
Returns the type.

setType

public void setType(String type)
Parameters:
type - The type to set.

getId

public String getId()
Returns:
Returns the id.


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.