Class ArchitectureFeature
- java.lang.Object
-
- es.bsc.dataclay.util.management.classmgr.features.Feature
-
- es.bsc.dataclay.util.management.classmgr.features.QualitativeFeature
-
- es.bsc.dataclay.util.management.classmgr.features.ArchitectureFeature
-
public final class ArchitectureFeature extends QualitativeFeature
This class represents all Architecture Features (x86, ...).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class es.bsc.dataclay.util.management.classmgr.features.Feature
Feature.FeatureType
-
-
Constructor Summary
Constructors Constructor Description ArchitectureFeature()
Empty constructor for deserialization.ArchitectureFeature(String archName)
Constructor with architecture name
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getArchitectureName()
Get architectureNameUUID
getId()
int
hashCode()
void
setArchitectureName(String newarchitectureName)
Set architectureNamevoid
setId(UUID theid)
String
toString()
-
-
-
Constructor Detail
-
ArchitectureFeature
public ArchitectureFeature()
Empty constructor for deserialization.
-
ArchitectureFeature
public ArchitectureFeature(String archName)
Constructor with architecture name- Parameters:
archName
- Name to be set
-
-
Method Detail
-
getArchitectureName
public String getArchitectureName()
Get architectureName- Returns:
- the architectureName
-
setArchitectureName
public void setArchitectureName(String newarchitectureName)
Set architectureName- Parameters:
newarchitectureName
- the architectureName to set
-
getId
public UUID getId()
- Returns:
- the id
-
setId
public void setId(UUID theid)
- Parameters:
theid
- the id to set
-
-