org.hibernate.test.propertyref.basic
Class Person

java.lang.Object
  extended by org.hibernate.test.propertyref.basic.Person

public class Person
extends Object


Constructor Summary
Person()
           
 
Method Summary
 Set getAccounts()
           
 Address getAddress()
           
 Long getId()
           
 String getName()
           
 List getSystems()
           
 String getUserId()
           
 void setAccounts(Set accounts)
           
 void setAddress(Address address)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setSystems(List systems)
           
 void setUserId(String userId)
           
 
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

getUserId

public String getUserId()
Returns:
Returns the userId.

setUserId

public void setUserId(String userId)
Parameters:
userId - The userId to set.

getAddress

public Address getAddress()
Returns:
Returns the address.

setAddress

public void setAddress(Address address)
Parameters:
address - The address to set.

getId

public Long getId()
Returns:
Returns the id.

setId

public void setId(Long id)
Parameters:
id - The id to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getAccounts

public Set getAccounts()
Returns:
Returns the accounts.

setAccounts

public void setAccounts(Set accounts)
Parameters:
accounts - The accounts to set.

getSystems

public List getSystems()

setSystems

public void setSystems(List systems)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.