Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.VersionCT
-
Packages that use VersionCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of VersionCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as VersionCT Modifier and Type Field Description protected VersionCT
ResourceDescription. descriptionVersion
protected VersionCT
ResourceCT. hardwareVersion
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return VersionCT Modifier and Type Method Description VersionCT
ObjectFactory. createVersionCT()
Create an instance ofVersionCT
VersionCT
ResourceDescription. getDescriptionVersion()
Gets the value of the descriptionVersion property.VersionCT
ResourceCT. getHardwareVersion()
Gets the value of the hardwareVersion property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type VersionCT Modifier and Type Method Description void
ResourceDescription. setDescriptionVersion(VersionCT value)
Sets the value of the descriptionVersion property.void
ResourceCT. setHardwareVersion(VersionCT value)
Sets the value of the hardwareVersion property.
-