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

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

@MappedSuperclass
public abstract class AbstractEnvironmentObjectImpl
extends AbstractModelObjectImpl
implements Environment

The Class AbstractEnvironmentObjectImpl.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
AbstractEnvironmentObjectImpl()
           
 
Method Summary
Modifier and Type Method and Description
 java.lang.String getName()
          Gets the name.
 void setName(java.lang.String name)
          Sets the name.
 
Methods inherited from class com.hack23.cia.model.common.impl.AbstractModelObjectImpl
equals, getId, getVersion, 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.ModelObject
getId, getVersion
 

Constructor Detail

AbstractEnvironmentObjectImpl

public AbstractEnvironmentObjectImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Environment
Gets the name.

Specified by:
getName in interface Environment
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name


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