|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.SpecificationVo
public class SpecificationVo
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 | |
|---|---|
SpecificationVo()
Constructs an empty module specification. |
|
SpecificationVo(java.lang.String name,
java.lang.String ruleVersion,
LocationList locations)
Constructs a module specification. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
LocationList |
getLocationList()
Get list of locations for the module. |
java.lang.String |
getName()
Get module name. |
java.lang.String |
getRuleVersion()
Get rule version, that is needed to verify the module. |
int |
hashCode()
|
void |
setLocationList(LocationListVo locations)
Set list of locations for the module. |
void |
setName(java.lang.String name)
Set module name. |
void |
setRuleVersion(java.lang.String ruleVersion)
Set rule version, that is needed to verify the module. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpecificationVo(java.lang.String name,
java.lang.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 SpecificationVo()
| Method Detail |
|---|
public final void setName(java.lang.String name)
Specification
setName in interface Specificationname - Module name.public final java.lang.String getName()
Specification
getName in interface Specificationpublic final void setRuleVersion(java.lang.String ruleVersion)
Specification
setRuleVersion in interface SpecificationruleVersion - Rule version.public final java.lang.String getRuleVersion()
Specification
getRuleVersion in interface Specificationpublic final void setLocationList(LocationListVo locations)
locations - List of locations for that module.public final LocationList getLocationList()
Specification
getLocationList in interface Specificationpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||