org.springframework.web.servlet.view.json.converter.model
Class Car

java.lang.Object
  extended by org.springframework.web.servlet.view.json.converter.model.Car

public class Car
extends Object


Constructor Summary
Car()
           
Car(String pvName)
           
Car(String pvName, String pvDescription)
           
 
Method Summary
 Date getBuild()
           
 String getDescription()
           
 String getName()
           
 Properties getProperties()
           
 void setBuild(Date pvBuild)
           
 void setDescription(String pvDescription)
           
 void setName(String pvName)
           
 void setProperties(Properties pvProperties)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Car

public Car()

Car

public Car(String pvName)

Car

public Car(String pvName,
           String pvDescription)
Method Detail

setName

public void setName(String pvName)

getName

public String getName()

getDescription

public String getDescription()

setDescription

public void setDescription(String pvDescription)

getBuild

public Date getBuild()

setBuild

public void setBuild(Date pvBuild)

setProperties

public void setProperties(Properties pvProperties)

getProperties

public Properties getProperties()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.