|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.SpecificationBo
Describes a specification of a module, that means its name, versions and
possible "physical" locations.
The combination of getName() and getRuleVersion() defines
the file name of that module.
| Constructor Summary | |
SpecificationBo()
Constructs an empty module specification. |
|
SpecificationBo(String name,
String ruleVersion,
LocationList locations)
Constructs a module specification. |
|
| Method Summary | |
boolean |
equals(Object obj)
|
LocationList |
getLocationList()
Get list of locations for the module. |
String |
getName()
Get module name. |
String |
getRuleVersion()
Get rule version, that is needed to verify the module. |
int |
hashCode()
|
void |
setLocationList(LocationList locations)
Set list of locations for the module. |
void |
setName(String name)
Set module name. |
void |
setRuleVersion(String ruleVersion)
Set rule version, that is needed to verify the module. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SpecificationBo(String name,
String ruleVersion,
LocationList locations)
name and
ruleVersion defines the file name of that module.
name - Module name.ruleVersion - Rule version. This version is at least needed to verify that module.locations - List of locations for that module.public SpecificationBo()
| Method Detail |
public final void setName(String name)
Specification
setName in interface Specificationname - Module name.public final String getName()
Specification
getName in interface Specificationpublic final void setRuleVersion(String ruleVersion)
Specification
setRuleVersion in interface SpecificationruleVersion - Rule version.public final String getRuleVersion()
Specification
getRuleVersion in interface Specificationpublic final void setLocationList(LocationList locations)
Specification
setLocationList in interface Specificationlocations - List of locations for that module.public final LocationList getLocationList()
Specification
getLocationList in interface Specificationpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |