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