Class SystemMemories
- java.lang.Object
-
- io.tech1.framework.domain.hardware.memories.SystemMemories
-
public class SystemMemories extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemMemories(GlobalMemory global, CpuMemory cpu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CpuMemorygetCpu()GlobalMemorygetGlobal()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SystemMemories
@ConstructorProperties({"global","cpu"}) public SystemMemories(GlobalMemory global, CpuMemory cpu)
-
-
Method Detail
-
getGlobal
public GlobalMemory getGlobal()
-
getCpu
public CpuMemory getCpu()
-
canEqual
protected boolean canEqual(Object other)
-
-