de.smartics.properties.admin.domain.model
Class ConfigurationKeys

Package class diagram package ConfigurationKeys
java.lang.Object
  extended by de.smartics.properties.admin.domain.model.ConfigurationKeys
All Implemented Interfaces:
Serializable

public final class ConfigurationKeys
     
     
extends Object
implements Serializable

The aggregate of configuration keys.

See Also:
Serialized Form

Constructor Summary
ConfigurationKeys(ManagedApplication application, Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> keys)
          Default constructor.
 
Method Summary
 ManagedApplication getApplication()
          Returns the application the keys are part of.
 Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> getKeys()
          Returns the keys to configurations of the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationKeys

public ConfigurationKeys(ManagedApplication application,
                         Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> keys)
                  throws NullPointerException
Default constructor.

Parameters:
application - the application the keys are part of.
keys - the keys to configurations of the application.
Throws:
NullPointerException - if application or keys is null.
Method Detail

getApplication

public ManagedApplication getApplication()
Returns the application the keys are part of.

Returns:
the application the keys are part of.

getKeys

public Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> getKeys()
Returns the keys to configurations of the application.

Returns:
the keys to configurations of the application.


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.