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

Package class diagram package Environment
All Superinterfaces:
ModelObject, Serializable
All Known Implementing Classes:
Agency, GameBoard, Parliament, PoliticalGame

public interface Environment
extends ModelObject

The Interface Environment.


Method Summary
 Long getId()
          Gets the id.
 Long getVersion()
          Gets the version.
 void setId(Long id)
          Sets the id.
 void setVersion(Long version)
          Sets the version.
 

Method Detail

getId

Long getId()
Gets the id.

Returns:
the id

getVersion

Long getVersion()
Gets the version.

Returns:
the version

setId

void setId(Long id)
Sets the id.

Parameters:
id - the new id

setVersion

void setVersion(Long version)
Sets the version.

Parameters:
version - the new version


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