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