org.hibernate.test.join
Class User

java.lang.Object
  extended by org.hibernate.test.join.Person
      extended by org.hibernate.test.join.User

public class User
extends Person


Constructor Summary
User()
           
 
Method Summary
 String getLogin()
           
 Double getPasswordExpiryDays()
           
 void setLogin(String login)
           
 void setPasswordExpiryDays(Double passwordExpiryDays)
           
 
Methods inherited from class org.hibernate.test.join.Person
getAddress, getCountry, getHeightInches, getId, getName, getSex, getSpecies, getZip, setAddress, setCountry, setHeightInches, setId, setName, setSex, setZip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getLogin

public String getLogin()
Returns:
Returns the login.

setLogin

public void setLogin(String login)
Parameters:
login - The login to set.

getPasswordExpiryDays

public Double getPasswordExpiryDays()
Returns:
The password expiry policy in days.

setPasswordExpiryDays

public void setPasswordExpiryDays(Double passwordExpiryDays)
Parameters:
passwordExpiryDays - The password expiry policy in days.


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