org.openmobileis.modules.profils.embedded.data
Class EmbeddedProfilRubric
java.lang.Object
|
+--org.openmobileis.modules.profils.embedded.data.EmbeddedProfilRubric
- public class EmbeddedProfilRubric
- extends java.lang.Object
Title: OpenMobileIS project source
Description: Profil rubvric class
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
description
protected java.lang.String description
isSelected
protected boolean isSelected
propertiesList
protected java.util.Hashtable propertiesList
EmbeddedProfilRubric
public EmbeddedProfilRubric()
EmbeddedProfilRubric
public EmbeddedProfilRubric(java.lang.String rubName,
java.lang.String rubdescription)
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
addProperty
public void addProperty(java.lang.String key,
java.lang.String value)
getProperty
public java.lang.String getProperty(java.lang.String key)
removeProperty
public boolean removeProperty(java.lang.String key)
setSelection
public void setSelection(boolean isSelected)
isSelected
public boolean isSelected()
getXmlDescription
public java.lang.String getXmlDescription()
Copyright 2005 e-Care. All Rights Reserved.