org.gcube.informationsystem.glitebridge.resource.commontype
Class ProcessorType
java.lang.Object
org.gcube.informationsystem.glitebridge.resource.commontype.ProcessorType
- Direct Known Subclasses:
- ProcessorFullType
public class ProcessorType
- extends java.lang.Object
- Author:
- Luca Frosini (ISTI-CNR)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorType
public ProcessorType()
getClockSpeed
public java.lang.Long getClockSpeed()
- Returns:
- Clock Speed
setClockSpeed
public void setClockSpeed(java.lang.Long clockSpeed)
- Parameters:
clockSpeed
- Clock Speed
getInstructionSet
public java.lang.String getInstructionSet()
- Returns:
- Instruction Set
setInstructionSet
public void setInstructionSet(java.lang.String instructionSet)
- Parameters:
instructionSet
- Instruction Set
getModel
public java.lang.String getModel()
- Returns:
- Model
setModel
public void setModel(java.lang.String model)
- Parameters:
model
- Model
getOtherDescription
public java.lang.String getOtherDescription()
- Returns:
- Other Description
setOtherDescription
public void setOtherDescription(java.lang.String otherDescription)
- Parameters:
otherDescription
- Other Description
getVendor
public java.lang.String getVendor()
- Returns:
- Vendor
setVendor
public void setVendor(java.lang.String vendor)
- Parameters:
vendor
- Vendor