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

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

public interface Configuration
extends ApplicationResource

The Interface Configuration.


Method Summary
Modifier and Type Method and Description
 String getName()
          Gets the name.
 void setName(String name)
          Sets the name.
 
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

getName

String getName()
Gets the name.

Returns:
the name

setName

void setName(String name)
Sets the name.

Parameters:
name - the new name


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