Package org.microspace.table
Class MoveRecord
- java.lang.Object
-
- org.microspace.table.MoveRecord
-
public class MoveRecord extends Object
- Version:
- 2017-10-12
- Author:
- Gaspar Sinai - gaspar.sinai@microspace.org
-
-
Constructor Summary
Constructors Constructor Description MoveRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetHashed()StringgetId()StringgetName()BigDecimalgetSorted()voidsetHashed(BigDecimal hashed)voidsetId(String id)voidsetName(String name)voidsetSorted(BigDecimal sorted)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getHashed
public BigDecimal getHashed()
-
setHashed
public void setHashed(BigDecimal hashed)
-
getSorted
public BigDecimal getSorted()
-
setSorted
public void setSorted(BigDecimal sorted)
-
-