com.hack23.cia.service.impl
Class UserConfigurationImpl

Package class diagram package UserConfigurationImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.UserConfigurationImpl
All Implemented Interfaces:
UserConfiguration

public class UserConfigurationImpl
extends Object
implements UserConfiguration

The Class UserConfigurationImpl.


Constructor Summary
UserConfigurationImpl(Agency agency, Portal portal)
          Instantiates a new user configuration impl.
 
Method Summary
 Agency getAgency()
          Gets the agency.
 Portal getPortal()
          Gets the portal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserConfigurationImpl

public UserConfigurationImpl(Agency agency,
                             Portal portal)
Instantiates a new user configuration impl.

Parameters:
agency - the agency
portal - the portal
Method Detail

getAgency

public Agency getAgency()
Description copied from interface: UserConfiguration
Gets the agency.

Specified by:
getAgency in interface UserConfiguration
Returns:
the agency

getPortal

public Portal getPortal()
Description copied from interface: UserConfiguration
Gets the portal.

Specified by:
getPortal in interface UserConfiguration
Returns:
the portal


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.