Package com.avanza.ymer
Class TestReloadableSpaceObject
- java.lang.Object
-
- com.avanza.ymer.TestReloadableSpaceObject
-
- All Implemented Interfaces:
com.avanza.ymer.ReloadableSpaceObject
public class TestReloadableSpaceObject extends Object implements com.avanza.ymer.ReloadableSpaceObject
-
-
Constructor Summary
Constructors Constructor Description TestReloadableSpaceObject()TestReloadableSpaceObject(int id, int spaceRouting, boolean patched, int versionID, Integer latestRestoreVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetId()IntegergetLatestRestoreVersion()intgetVersionID()inthashCode()booleanisPatched()voidsetId(int id)voidsetLatestRestoreVersion(Integer latestRestoreVersion)voidsetPatched(boolean patched)voidsetVersionID(int versionID)StringtoString()
-
-
-
Constructor Detail
-
TestReloadableSpaceObject
public TestReloadableSpaceObject(int id, int spaceRouting, boolean patched, int versionID, Integer latestRestoreVersion)
-
TestReloadableSpaceObject
public TestReloadableSpaceObject()
-
-
Method Detail
-
setPatched
public void setPatched(boolean patched)
-
isPatched
public boolean isPatched()
-
getId
public int getId()
-
setId
public void setId(int id)
-
getVersionID
public int getVersionID()
- Specified by:
getVersionIDin interfacecom.avanza.ymer.ReloadableSpaceObject
-
setVersionID
public void setVersionID(int versionID)
- Specified by:
setVersionIDin interfacecom.avanza.ymer.ReloadableSpaceObject
-
getLatestRestoreVersion
public Integer getLatestRestoreVersion()
- Specified by:
getLatestRestoreVersionin interfacecom.avanza.ymer.ReloadableSpaceObject
-
setLatestRestoreVersion
public void setLatestRestoreVersion(Integer latestRestoreVersion)
- Specified by:
setLatestRestoreVersionin interfacecom.avanza.ymer.ReloadableSpaceObject
-
-