com.hack23.cia.model.api.common
Interface Environment

Package class diagram package Environment
All Superinterfaces:
ModelObject, PersistedModelObject, Serializable
All Known Subinterfaces:
AgencyData, ApplicationEnvironment, GovernmentData, ParliamentData, ParliamentEnvironment
All Known Implementing Classes:
Agency, GameBoard, Parliament, PoliticalGame

public interface Environment
extends ModelObject, PersistedModelObject

The Interface Environment.


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

Parameters:
str - the new name


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