org.gcube.informationsystem.glitebridge.resource.site
Class ProcessorFullType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.resource.commontype.ProcessorType
      extended by org.gcube.informationsystem.glitebridge.resource.site.ProcessorFullType

public class ProcessorFullType
extends ProcessorType

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
ProcessorFullType()
           
 
Method Summary
 int getCacheL1()
           
 int getCacheL1D()
           
 int getCacheL1I()
           
 int getCacheL2()
           
 void setCacheL1(int cacheL1)
           
 void setCacheL1D(int cacheL1D)
           
 void setCacheL1I(int cacheL1I)
           
 void setCacheL2(int cacheL2)
           
 
Methods inherited from class org.gcube.informationsystem.glitebridge.resource.commontype.ProcessorType
getClockSpeed, getInstructionSet, getModel, getOtherDescription, getVendor, setClockSpeed, setInstructionSet, setModel, setOtherDescription, setVendor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorFullType

public ProcessorFullType()
Method Detail

getCacheL1

public int getCacheL1()
Returns:
Cache L1

setCacheL1

public void setCacheL1(int cacheL1)
Parameters:
cacheL1 - Cache L1

getCacheL1D

public int getCacheL1D()
Returns:
Cache L1D

setCacheL1D

public void setCacheL1D(int cacheL1D)
Parameters:
cacheL1D - Cache L1D

getCacheL1I

public int getCacheL1I()
Returns:
Cache L1I

setCacheL1I

public void setCacheL1I(int cacheL1I)
Parameters:
cacheL1I - Cache L1I

getCacheL2

public int getCacheL2()
Returns:
Cache L2

setCacheL2

public void setCacheL2(int cacheL2)
Parameters:
cacheL2 - Cache L2