com.hack23.cia.model.common.impl
Class RegionImpl

Package class diagram package RegionImpl
java.lang.Object
  extended by com.hack23.cia.model.common.impl.AbstractModelObjectImpl
      extended by com.hack23.cia.model.common.impl.AbstractEnvironmentObjectImpl
          extended by com.hack23.cia.model.common.impl.RegionImpl
All Implemented Interfaces:
Environment, ModelObject, Region, java.io.Serializable

@Entity
public class RegionImpl
extends AbstractEnvironmentObjectImpl
implements Region

The Class RegionImpl.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
RegionImpl()
           
 
Method Summary
Modifier and Type Method and Description
 java.lang.Long getId()
          Gets the id.
 java.lang.Long getVersion()
          Gets the version.
 void setId(java.lang.Long id)
          Sets the id.
 void setVersion(java.lang.Long version)
          Sets the version.
 
Methods inherited from class com.hack23.cia.model.common.impl.AbstractEnvironmentObjectImpl
getName, setName
 
Methods inherited from class com.hack23.cia.model.common.impl.AbstractModelObjectImpl
equals, hashCode, isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.model.common.api.Environment
getName
 

Constructor Detail

RegionImpl

public RegionImpl()
Method Detail

getVersion

public java.lang.Long getVersion()
Description copied from interface: ModelObject
Gets the version.

Specified by:
getVersion in interface ModelObject
Specified by:
getVersion in class AbstractModelObjectImpl
Returns:
the version

setVersion

public void setVersion(java.lang.Long version)
Sets the version.

Parameters:
version - the new version

getId

public java.lang.Long getId()
Description copied from interface: ModelObject
Gets the id.

Specified by:
getId in interface ModelObject
Specified by:
getId in class AbstractModelObjectImpl
Returns:
the id

setId

public void setId(java.lang.Long id)
Sets the id.

Parameters:
id - the new id


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