|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.integration.ip.mind.binding.BaseObject
public abstract class BaseObject
Base object of messages meant for pojo mapping.
Field Summary | |
---|---|
java.lang.String |
type
Type identifier of the object |
Constructor Summary | |
---|---|
BaseObject()
Constructs an empty object |
|
BaseObject(java.lang.String type)
Constructs object with a given type |
Method Summary | |
---|---|
java.lang.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 java.lang.String type
Constructor Detail |
---|
public BaseObject()
public BaseObject(java.lang.String type)
type
- the type identifierMethod Detail |
---|
public java.lang.String getType()
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |