com.hack23.cia.model.common.impl
Class RegionImpl
java.lang.Object
com.hack23.cia.model.common.impl.AbstractModelObjectImpl
com.hack23.cia.model.common.impl.AbstractEnvironmentObjectImpl
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
Method Summary
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RegionImpl
public RegionImpl()
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.