org.openmobileis.modules.profiles.embedded
Class ProfileModule

java.lang.Object
  extended byorg.openmobileis.modules.profiles.embedded.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

Constructor Summary
ProfileModule()
           
 
Method Summary
 void addDependProfilModule(DependProfileModule moduleName)
           
 void addModuleRubric(DependProfileRubric rubric)
           
 void addProperty(java.lang.String name, java.lang.String value)
           
 java.lang.String[] getAllPropertiesNames()
           
 Array getDependModuleList()
           
 Array getModuleRubric()
           
 java.lang.String getName()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.lang.String getVersion()
           
 void setName(java.lang.String name)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileModule

public ProfileModule()
Method Detail

addDependProfilModule

public void addDependProfilModule(DependProfileModule moduleName)

getDependModuleList

public Array getDependModuleList()

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()

addProperty

public void addProperty(java.lang.String name,
                        java.lang.String value)

getProperty

public java.lang.String getProperty(java.lang.String name)

getAllPropertiesNames

public java.lang.String[] getAllPropertiesNames()

addModuleRubric

public void addModuleRubric(DependProfileRubric rubric)

getModuleRubric

public Array getModuleRubric()


Copyright 2005 e-Care. All Rights Reserved.