annotationconfiguration
Class Person

java.lang.Object
  extended by annotationconfiguration.Person

public class Person
extends Object


Constructor Summary
Person()
           
 
Method Summary
 Date getCreationDate()
           
 String getEmail()
           
 List<Item> getItems()
           
 Date getModificationDate()
           
 Long getPersonId()
           
 String getUsername()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCreationDate(Date creationDate)
           
 void setEmail(String email)
           
 void setItems(List<Item> items)
           
 void setModificationDate(Date modificationDate)
           
 void setPersonId(Long personId)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

getPersonId

public Long getPersonId()

getCreationDate

public Date getCreationDate()

getEmail

public String getEmail()

getModificationDate

public Date getModificationDate()

getUsername

public String getUsername()

setPersonId

public void setPersonId(Long personId)

setCreationDate

public void setCreationDate(Date creationDate)

setEmail

public void setEmail(String email)

setModificationDate

public void setModificationDate(Date modificationDate)

setUsername

public void setUsername(String username)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

getItems

public List<Item> getItems()

setItems

public void setItems(List<Item> items)


Copyright © 2003-2012. All Rights Reserved.