|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.yarn.integration.ip.mind.binding.BaseObject
public abstract class BaseObject
Base object of messages meant for pojo mapping.
| Field Summary | |
|---|---|
String |
type
Type identifier of the object |
| Constructor Summary | |
|---|---|
BaseObject()
Constructs an empty object |
|
BaseObject(String type)
Constructs object with a given type |
|
| Method Summary | |
|---|---|
String |
getType()
Get type of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String type
| Constructor Detail |
|---|
public BaseObject()
public BaseObject(String type)
type - the type identifier| Method Detail |
|---|
public String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||