org.openmobileis.modules.profils.embedded.data
Class EmbeddedProfilChannel
java.lang.Object
|
+--org.openmobileis.modules.profils.embedded.data.EmbeddedProfilChannel
- public class EmbeddedProfilChannel
- extends java.lang.Object
Title: OpenMobileIS project source
Description: A profil channel.
A channel is a name and a collection of rubrics.
- 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
rubrics
protected Array rubrics
EmbeddedProfilChannel
public EmbeddedProfilChannel()
EmbeddedProfilChannel
public EmbeddedProfilChannel(java.lang.String channelName)
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
addRubic
public void addRubic(EmbeddedProfilRubric rub)
getRubrics
public Array getRubrics()
getRubric
public EmbeddedProfilRubric getRubric(int pos)
getRubricSize
public int getRubricSize()
setSelection
public void setSelection(boolean selected)
getRubric
public EmbeddedProfilRubric getRubric(java.lang.String rubricName)
isSelected
public boolean isSelected()
getXmlDescription
public java.lang.String getXmlDescription()
Copyright 2005 e-Care. All Rights Reserved.