org.gcube.informationsystem.glitebridge.resource.commontype
Class ProcessorType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.resource.commontype.ProcessorType
Direct Known Subclasses:
ProcessorFullType

public class ProcessorType
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
ProcessorType()
           
 
Method Summary
 java.lang.Long getClockSpeed()
           
 java.lang.String getInstructionSet()
           
 java.lang.String getModel()
           
 java.lang.String getOtherDescription()
           
 java.lang.String getVendor()
           
 void setClockSpeed(java.lang.Long clockSpeed)
           
 void setInstructionSet(java.lang.String instructionSet)
           
 void setModel(java.lang.String model)
           
 void setOtherDescription(java.lang.String otherDescription)
           
 void setVendor(java.lang.String vendor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorType

public ProcessorType()
Method Detail

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