|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.irisel.modules.DefaultModuleInfo
public class DefaultModuleInfo
Provides a default implementation of the module info interface.
| Constructor Summary | |
|---|---|
DefaultModuleInfo()
DefaultConstructor. |
|
DefaultModuleInfo(java.lang.String moduleClass,
java.lang.String majorVersion,
java.lang.String minorVersion,
java.lang.String patchLevel)
Creates a new module info an initalizes it with the given values. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Two moduleinfos are equal,if they have the same module class. |
java.lang.String |
getMajorVersion()
Returns the major version of the module. |
java.lang.String |
getMinorVersion()
Returns the minor version of the module. |
java.lang.String |
getModuleClass()
Returns the class name of the module described implementation. |
java.lang.String |
getPatchLevel()
Returns the patch level version of the module. |
int |
hashCode()
Computes an hashcode for this module information. |
void |
setMajorVersion(java.lang.String majorVersion)
Defines the major version of the module. |
void |
setMinorVersion(java.lang.String minorVersion)
Defines the minor version of the module. |
void |
setModuleClass(java.lang.String moduleClass)
Defines the module class name. |
void |
setPatchLevel(java.lang.String patchLevel)
Defines the patch level version of the module. |
java.lang.String |
toString()
Returns a string representation of this module information. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultModuleInfo()
public DefaultModuleInfo(java.lang.String moduleClass,
java.lang.String majorVersion,
java.lang.String minorVersion,
java.lang.String patchLevel)
moduleClass - the class name of the module implementation holding the module
description.majorVersion - the modules major version.minorVersion - the modules minor version.patchLevel - the modules patchlevel.
java.lang.NullPointerException - if the moduleClass is null.| Method Detail |
|---|
public java.lang.String getModuleClass()
getModuleClass in interface ModuleInfoorg.jfree.report.modules.ModuleInfo#getModuleClass()public void setModuleClass(java.lang.String moduleClass)
moduleClass - the class name of the module implementation.public java.lang.String getMajorVersion()
getMajorVersion in interface ModuleInfoorg.jfree.report.modules.ModuleInfo#getMajorVersion()public void setMajorVersion(java.lang.String majorVersion)
majorVersion - the major version.org.jfree.report.modules.ModuleInfo#getMajorVersion()public java.lang.String getMinorVersion()
getMinorVersion in interface ModuleInfoorg.jfree.report.modules.ModuleInfo#getMajorVersion()public void setMinorVersion(java.lang.String minorVersion)
minorVersion - the minor version.org.jfree.report.modules.ModuleInfo#getMajorVersion()public java.lang.String getPatchLevel()
getPatchLevel in interface ModuleInfoorg.jfree.report.modules.ModuleInfo#getMajorVersion()public void setPatchLevel(java.lang.String patchLevel)
patchLevel - the patch level version.org.jfree.report.modules.ModuleInfo#getMajorVersion()public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the other object to compare.
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||