com.hack23.cia.model.api.application
Interface Configuration

Package class diagram package Configuration
All Superinterfaces:
ApplicationResource, ModelObject, PersistedModelObject, Resource, Serializable
All Known Subinterfaces:
LanguageData, PortalData
All Known Implementing Classes:
AbstractAgencyConfiguration, Language, Portal

public interface Configuration
extends ApplicationResource

The Interface Configuration.


Method Summary
 boolean getActiveByDefault()
          Gets the active by default.
 String getName()
          Gets the name.
 int getUsageOrder()
          Gets the usage order.
 void setActiveByDefault(boolean activeByDefault)
          Sets the active by default.
 void setName(String name)
          Sets the name.
 void setUsageOrder(int usageOrder)
          Sets the usage order.
 
Methods inherited from interface com.hack23.cia.model.api.common.Resource
getResourceType
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getTypeContext, getVersion, isNew, setId, setVersion
 

Method Detail

getActiveByDefault

boolean getActiveByDefault()
Gets the active by default.

Returns:
the active by default

getName

String getName()
Gets the name.

Returns:
the name

getUsageOrder

int getUsageOrder()
Gets the usage order.

Returns:
the usage order

setActiveByDefault

void setActiveByDefault(boolean activeByDefault)
Sets the active by default.

Parameters:
activeByDefault - the new active by default

setName

void setName(String name)
Sets the name.

Parameters:
name - the new name

setUsageOrder

void setUsageOrder(int usageOrder)
Sets the usage order.

Parameters:
usageOrder - the new usage order


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