@Entity
public class ModelInstanceState
extends com.whitestein.lsps.common.AbstractEntity
Constructor and Description |
---|
ModelInstanceState()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the data.
|
StateType |
getType()
Returns the type.
|
void |
setData(byte[] data)
Sets the data.
|
void |
setType(StateType type)
Sets the type.
|
public byte[] getData()
public void setData(byte[] data)
data
- public StateType getType()
public void setType(StateType type)
type
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.