cern::laser::business::data::ConsoleUser Class Reference

Inheritance diagram for cern::laser::business::data::ConsoleUser:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::business::data::ConsoleUser:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConsoleUser (String name, String password)
String getUserId ()
Integer getIdent ()
String getName ()
String getPassword ()
String getDefaultPrinter ()
void setDefaultPrinter (String defaultPrinter)
Integer getDefaultConfiguration ()
void setDefaultConfiguration (Integer defaultConfiguration)
int hashCode ()
boolean equals (Object obj)

Public Attributes

String userId
Integer ident
String password
String defaultPrinter
Integer defaultConfiguration

Protected Member Functions

 ConsoleUser ()
void setUserId (String userId)
void setIdent (Integer ident)
void setPassword (String password)

Detailed Description

Version:
Revision
1.2
Date
2006/09/25 08:52:36
Author:
Katarina Sigerud

.class table="LASER_USER" discriminator-value="false" .discriminator column="IS_ADMIN" type="boolean"


Constructor & Destructor Documentation

cern::laser::business::data::ConsoleUser::ConsoleUser (  )  [inline, protected]
cern::laser::business::data::ConsoleUser::ConsoleUser ( String  name,
String  password 
) [inline]

References setPassword(), and setUserId().


Member Function Documentation

boolean cern::laser::business::data::ConsoleUser::equals ( Object  obj  )  [inline]
Integer cern::laser::business::data::ConsoleUser::getDefaultConfiguration (  )  [inline]
String cern::laser::business::data::ConsoleUser::getDefaultPrinter (  )  [inline]

.property name="getDefaultPrinter" column="DEFAULT_PRINTER" not-null="false" unique="false"

Reimplemented in com::cosylab::acs::laser::dao::HardcodedAdminUser.

References defaultPrinter.

Integer cern::laser::business::data::ConsoleUser::getIdent (  )  [inline]

.property name="getIdent" column="IDENT" not-null="false" unique="false"

Reimplemented in com::cosylab::acs::laser::dao::HardcodedAdminUser.

References ident.

String cern::laser::business::data::ConsoleUser::getName (  )  [inline]

Reimplemented in com::cosylab::acs::laser::dao::HardcodedAdminUser.

References getUserId().

Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::createAlarmInternal(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategory(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::createCategoryLink(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::createMultiplicityLinkInternal(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::createNodeLinkInternal(), cern::laser::business::pojo::SourceDefinitionServiceImpl::createSource(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::getAlarmDefinitions(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::getCategoryDefinitions(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::removeAlarmInternal(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategory(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::removeCategoryLink(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::removeMultiplicityLinkInternal(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::removeNodeLinkInternal(), cern::laser::business::pojo::SourceDefinitionServiceImpl::removeSource(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::setMultiplicityThresholdEJB(), cern::laser::business::pojo::AlarmDefinitionServiceImpl::updateAlarm(), cern::laser::business::pojo::CategoryDefinitionServiceImpl::updateCategory(), and cern::laser::business::pojo::SourceDefinitionServiceImpl::updateSource().

String cern::laser::business::data::ConsoleUser::getPassword (  )  [inline]
Returns:
Returns the password. .property name="getPassword" column="PASSWORD" not-null="false" unique="false"

Reimplemented in com::cosylab::acs::laser::dao::HardcodedAdminUser.

References password.

Referenced by com::cosylab::acs::laser::dao::ACSAdminUserDAOImpl::findAdminUserByNamePassword().

String cern::laser::business::data::ConsoleUser::getUserId (  )  [inline]
int cern::laser::business::data::ConsoleUser::hashCode (  )  [inline]
void cern::laser::business::data::ConsoleUser::setDefaultConfiguration ( Integer  defaultConfiguration  )  [inline]
void cern::laser::business::data::ConsoleUser::setDefaultPrinter ( String  defaultPrinter  )  [inline]
void cern::laser::business::data::ConsoleUser::setIdent ( Integer  ident  )  [inline, protected]
void cern::laser::business::data::ConsoleUser::setPassword ( String  password  )  [inline, protected]
Parameters:
password The password to set.

Reimplemented in com::cosylab::acs::laser::dao::HardcodedAdminUser.

Referenced by ConsoleUser().

void cern::laser::business::data::ConsoleUser::setUserId ( String  userId  )  [inline, protected]
Parameters:
userId The userId to set.

Reimplemented in com::cosylab::acs::laser::dao::HardcodedAdminUser.

Referenced by ConsoleUser().


Member Data Documentation

Referenced by getDefaultConfiguration().

Referenced by getDefaultPrinter().

Referenced by getIdent().

Referenced by getPassword().

Referenced by getUserId().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2