Inheritance diagram for org.openmobileis.modules.profiles.old.ProfileModule:
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.
Definition at line 45 of file modules/org/openmobileis/modules/profiles/old/ProfileModule.java.
Public Member Functions | |
ProfileModule () | |
void | setName (String name) |
String | getName () |
void | setVersion (String version) |
String | getVersion () |
void | addModuleRubrics (ProfileRubric rubric) |
Array | getAllModuleRubrics () |
Array | getDependModuleList () |
Array | getModuleRubric () |
void | addProperty (String propertyName, String propertyValue) |
void | addDependProfilModule (DependProfileModule depend) |
void | addModuleRubric (DependProfileRubric depend) |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |