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()
Get the name of the account.
|
String |
getPassword() |
Map<String,String> |
getProperties()
Get the properties associated with this account
|
org.springframework.transaction.support.TransactionTemplate |
getTransactionTemplate() |
TrialDAO |
getTrialDAO() |
UserAccountDAO |
getUserAccountDAO() |
String |
getVersion()
What Tatool version was this user created with.
|
boolean |
isPasswordProtected()
Is this account password protected ?
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setFolder(File folder) |
void |
setId(Long id) |
void |
setName(String name)
Set the name of the account.
|
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()
UserAccountgetVersion in interface UserAccountpublic void setVersion(String version)
public String getName()
UserAccountgetName in interface UserAccountpublic void setName(String name)
UserAccountsetName in interface UserAccountpublic Map<String,String> getProperties()
UserAccountgetProperties in interface UserAccountpublic boolean isPasswordProtected()
UserAccountisPasswordProtected 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 © 2013. All Rights Reserved.