public static class UserAccountImpl.InfoImpl extends Object implements UserAccount.Info
| Constructor and Description |
|---|
UserAccountImpl.InfoImpl() |
public String getName()
getName in interface UserAccount.Infopublic boolean isPasswordProtected()
isPasswordProtected in interface UserAccount.Infopublic void setName(String name)
public void setPasswordProtected(boolean passwordProtected)
public File getFolder()
public void setFolder(File folder)
public Long getId()
public void setId(Long id)
Copyright © 2012. All Rights Reserved.