public abstract class BaseObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
type
Type identifier of the object
|
Constructor and Description |
---|
BaseObject()
Constructs an empty object
|
BaseObject(java.lang.String type)
Constructs object with a given type
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Get type of this object.
|