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()
String
getLength()
String
getObjectId()
ViewerObjectDescription[]
getReferences()
boolean
getSimplified()
String
getTypeId()
String[]
getVariableLength()
void
setData(Object[] data)
void
setLength(String length)
void
setObjectId(String objectId)
void
setReferences(ViewerObjectDescription[] references)
void
setSimplified(boolean simplified)
void
setTypeId(String typeId)
void
setVariableLength(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()
-