public class ViewerObjectDescription extends Object
| Constructor and Description |
|---|
ViewerObjectDescription() |
| Modifier and Type | Method and 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) |
public String getObjectId()
public void setObjectId(String objectId)
public String getTypeId()
public void setTypeId(String typeId)
public String getLength()
public void setLength(String length)
public Object[] getData()
public void setData(Object[] data)
public ViewerObjectDescription[] getReferences()
public void setReferences(ViewerObjectDescription[] references)
public String[] getVariableLength()
public void setVariableLength(String[] variableLength)
public void setSimplified(boolean simplified)
public boolean getSimplified()
Copyright © 2021 MicroStream Software. All rights reserved.