org.openmobileis.modules.profiles.old
Class ProfileModule
java.lang.Object
org.openmobileis.modules.profiles.old.ProfileModule
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public class ProfileModule
- extends java.lang.Object
- implements OpenMISSerializable
Title: OpenMobileIS project source
Description: define a module managed by the ProfilManager. A module is a set of
files and classes synchronized as a whole.
A module is made of rubric. A rubric is a subset of a module.
Properties can be attached to a modules.
To define module data use the profile xml file.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileModule
public ProfileModule()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setVersion
public void setVersion(java.lang.String version)
getVersion
public java.lang.String getVersion()
addModuleRubrics
public void addModuleRubrics(ProfileRubric rubric)
getAllModuleRubrics
public Array getAllModuleRubrics()
getDependModuleList
public Array getDependModuleList()
getModuleRubric
public Array getModuleRubric()
addProperty
public void addProperty(java.lang.String propertyName,
java.lang.String propertyValue)
addDependProfilModule
public void addDependProfilModule(DependProfileModule depend)
addModuleRubric
public void addModuleRubric(DependProfileRubric depend)
Copyright 2006 OpenMobileIS. All Rights Reserved.