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() |
String |
getVersion() |
boolean |
isPasswordProtected() |
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()
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)
public String getVersion()
getVersion in interface UserAccount.Infopublic void setVersion(String version)
Copyright © 2013. All Rights Reserved.