Class ViewerObjectDescription
java.lang.Object
one.microstream.storage.restadapter.ViewerObjectDescription
public class ViewerObjectDescription extends Object
-
Constructor Summary
Constructors Constructor Description ViewerObjectDescription() -
Method Summary
Modifier and Type Method Description Object[]getData()StringgetLength()StringgetObjectId()ViewerObjectDescription[]getReferences()booleangetSimplified()StringgetTypeId()String[]getVariableLength()voidsetData(Object[] data)voidsetLength(String length)voidsetObjectId(String objectId)voidsetReferences(ViewerObjectDescription[] references)voidsetSimplified(boolean simplified)voidsetTypeId(String typeId)voidsetVariableLength(String[] variableLength)
-
Constructor Details
-
ViewerObjectDescription
public ViewerObjectDescription()
-
-
Method Details
-
getObjectId
-
setObjectId
-
getTypeId
-
setTypeId
-
getLength
-
setLength
-
getData
-
setData
-
getReferences
-
setReferences
-
getVariableLength
-
setVariableLength
-
setSimplified
public void setSimplified(boolean simplified) -
getSimplified
public boolean getSimplified()
-