ch.tatool.app.data
Class UserAccountImpl.InfoImpl
java.lang.Object
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.
UserAccountImpl.InfoImpl
public UserAccountImpl.InfoImpl()
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.