public static class UserAccountImpl.InfoImpl extends Object implements UserAccount.Info
| Constructor and Description |
|---|
UserAccountImpl.InfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFolder() |
Long |
getId() |
String |
getName()
Get the name of this account.
|
String |
getVersion() |
boolean |
isPasswordProtected()
Is the account password protected?
|
void |
setFolder(File folder) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPasswordProtected(boolean passwordProtected) |
void |
setVersion(String version) |
String |
toString() |
public String getName()
UserAccount.InfogetName in interface UserAccount.Infopublic boolean isPasswordProtected()
UserAccount.InfoisPasswordProtected 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)
public String getVersion()
getVersion in interface UserAccount.Infopublic void setVersion(String version)
Copyright © 2013. All Rights Reserved.