it.eng.spagobi.commons.bo
Class Config
java.lang.Object
it.eng.spagobi.commons.bo.Config
- All Implemented Interfaces:
- java.io.Serializable
public class Config
- extends java.lang.Object
- implements java.io.Serializable
Defines a Domain object.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config
public Config()
getId
public java.lang.Integer getId()
- Returns:
- the id
setId
public void setId(java.lang.Integer id)
- Parameters:
id
- the id to set
getLabel
public java.lang.String getLabel()
- Returns:
- the label
setLabel
public void setLabel(java.lang.String label)
- Parameters:
label
- the label to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- the description to set
isActive
public boolean isActive()
- Returns:
- the isActive
setActive
public void setActive(boolean isActive)
- Parameters:
isActive
- the isActive to set
getValueCheck
public java.lang.String getValueCheck()
- Returns:
- the valueCheck
setValueCheck
public void setValueCheck(java.lang.String valueCheck)
- Parameters:
valueCheck
- the valueCheck to set
getValueTypeId
public java.lang.Integer getValueTypeId()
- Returns:
- the valueTypeId
setValueTypeId
public void setValueTypeId(java.lang.Integer valueTypeId)
- Parameters:
valueTypeId
- the valueTypeId to set
getCategory
public java.lang.String getCategory()
- Returns:
- the category to get
setCategory
public void setCategory(java.lang.String category)
- Parameters:
category.
- The category to set