org.itracker.web.ptos
Class UserPTO

java.lang.Object
  extended by org.itracker.web.ptos.UserPTO

public class UserPTO
extends Object


Constructor Summary
UserPTO(User user)
           
 
Method Summary
 Date getLastAccess()
           
 User getUser()
           
 boolean isRegisrationTypeSelf()
           
 boolean isStatusLocked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPTO

public UserPTO(User user)
Method Detail

getUser

public User getUser()

isStatusLocked

public boolean isStatusLocked()

isRegisrationTypeSelf

public boolean isRegisrationTypeSelf()

getLastAccess

public Date getLastAccess()


Copyright © 2002-2012 itracker. All Rights Reserved.