ch.tatool.app.data
Class UserAccountImpl.InfoImpl

java.lang.Object
  extended by ch.tatool.app.data.UserAccountImpl.InfoImpl
All Implemented Interfaces:
UserAccount.Info
Enclosing class:
UserAccountImpl

public static class UserAccountImpl.InfoImpl
extends Object
implements UserAccount.Info

User account info object.


Constructor Summary
UserAccountImpl.InfoImpl()
           
 
Method Summary
 File getFolder()
           
 Long getId()
           
 String getName()
           
 boolean isPasswordProtected()
           
 void setFolder(File folder)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setPasswordProtected(boolean passwordProtected)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAccountImpl.InfoImpl

public UserAccountImpl.InfoImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface UserAccount.Info

isPasswordProtected

public boolean isPasswordProtected()
Specified by:
isPasswordProtected in interface UserAccount.Info

setName

public void setName(String name)

setPasswordProtected

public void setPasswordProtected(boolean passwordProtected)

getFolder

public File getFolder()

setFolder

public void setFolder(File folder)

toString

public String toString()
Overrides:
toString in class Object

getId

public Long getId()

setId

public void setId(Long id)


Copyright © 2012. All Rights Reserved.