|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjson.serialize.test.entity.Vehicle
public abstract class Vehicle
An abstract vehicle class for demonstration.
Constructor Summary | |
---|---|
Vehicle()
|
Method Summary | |
---|---|
abstract java.util.Map |
getAttributes()
Returns the various attributes of the vehicle |
abstract java.lang.String |
getMode()
Returns the travelling mode of the vehicle |
java.lang.String |
getName()
Returns the name of the vehicle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Vehicle()
Method Detail |
---|
public java.lang.String getName()
public abstract java.lang.String getMode()
public abstract java.util.Map getAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |