annotationconfiguration
Class Item

java.lang.Object
  extended by annotationconfiguration.Item

public class Item
extends Object


Constructor Summary
Item()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 Person getPerson()
           
 void setId(Long id)
           
 void setName(String name)
           
 void setPerson(Person person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getPerson

public Person getPerson()

setPerson

public void setPerson(Person person)


Copyright © 2003-2012. All Rights Reserved.