|
||||||||||
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
json.serialize.test.entity.Lancer
public class Lancer
A concrete car class representing Mitsubishi Lancer for demonstration.
Field Summary | |
---|---|
private static java.util.Map |
mAttr
Single Instance of Attribues |
Constructor Summary | |
---|---|
Lancer()
|
Method Summary | |
---|---|
java.util.Map |
getAttributes()
Returns various attributes of Lancer |
java.lang.String |
getName()
Returns Mitsubishi Lancer |
Methods inherited from class json.serialize.test.entity.Car |
---|
getMode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.util.Map mAttr
Constructor Detail |
---|
public Lancer()
Method Detail |
---|
public java.lang.String getName()
Mitsubishi Lancer
getName
in class Car
public java.util.Map getAttributes()
getAttributes
in class Vehicle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |