public class UserAccountImpl extends Object implements UserAccount
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAccountImpl.InfoImpl
User account info object.
|
UserAccount.Info| Constructor and Description |
|---|
UserAccountImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.BeanFactory |
getBeanFactory() |
File |
getFolder() |
Long |
getId() |
ModuleDAO |
getModuleDAO() |
ModuleSessionDAO |
getModuleSessionDAO() |
String |
getName() |
String |
getPassword() |
Map<String,String> |
getProperties() |
org.springframework.transaction.support.TransactionTemplate |
getTransactionTemplate() |
TrialDAO |
getTrialDAO() |
UserAccountDAO |
getUserAccountDAO() |
String |
getVersion() |
boolean |
isPasswordProtected() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setFolder(File folder) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setPasswordProtected(boolean passwordProtected) |
void |
setProperties(Map<String,String> properties) |
void |
setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate) |
void |
setVersion(String version) |
public String getVersion()
getVersion in interface UserAccountpublic void setVersion(String version)
public String getName()
getName in interface UserAccountpublic void setName(String name)
setName in interface UserAccountpublic Map<String,String> getProperties()
getProperties in interface UserAccountpublic boolean isPasswordProtected()
isPasswordProtected in interface UserAccountpublic void setPasswordProtected(boolean passwordProtected)
public File getFolder()
public void setFolder(File folder)
public Long getId()
public void setId(Long id)
public org.springframework.beans.factory.BeanFactory getBeanFactory()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
public UserAccountDAO getUserAccountDAO()
public ModuleDAO getModuleDAO()
public ModuleSessionDAO getModuleSessionDAO()
public TrialDAO getTrialDAO()
public String getPassword()
public void setPassword(String password)
public org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
public void setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
Copyright © 2012. All Rights Reserved.