net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl
Class MapImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
      extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.MapTypeImpl
          extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.MapImpl
All Implemented Interfaces:
Serializable, Cloneable, CollectionType, MapType, Map

public class MapImpl
extends MapTypeImpl
implements Serializable, Cloneable, Map

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String mapClass
           
protected  String scope
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.MapTypeImpl
description, entry, keyType
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
valueType
 
Constructor Summary
MapImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.MapImpl instance.
MapImpl(MapImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.MapImpl instance by copying a given instance.
 
Method Summary
 MapImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getMapClass()
          Gets the value of the mapClass property.
 String getScope()
          Gets the value of the scope property.
 void setId(String value)
          Sets the value of the id property.
 void setMapClass(String value)
          Sets the value of the mapClass property.
 void setScope(String value)
          Sets the value of the scope property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.MapTypeImpl
getDescription, getEntry, getEntry, getEntryLength, getKeyType, setDescription, setEntry, setEntry, setKeyType
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.MapType
getDescription, getEntry, getEntry, getEntryLength, getKeyType, setDescription, setEntry, setEntry, setKeyType
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Field Detail

id

protected String id

mapClass

protected String mapClass

scope

protected String scope
Constructor Detail

MapImpl

public MapImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.MapImpl instance.


MapImpl

public MapImpl(MapImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.MapImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getId

public String getId()
Description copied from interface: Map
Gets the value of the id property.

Specified by:
getId in interface Map
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Map
Sets the value of the id property.

Specified by:
setId in interface Map
Parameters:
value - allowed object is String

getMapClass

public String getMapClass()
Description copied from interface: Map
Gets the value of the mapClass property.

Specified by:
getMapClass in interface Map
Returns:
possible object is String

setMapClass

public void setMapClass(String value)
Description copied from interface: Map
Sets the value of the mapClass property.

Specified by:
setMapClass in interface Map
Parameters:
value - allowed object is String

getScope

public String getScope()
Description copied from interface: Map
Gets the value of the scope property.

Specified by:
getScope in interface Map
Returns:
possible object is String

setScope

public void setScope(String value)
Description copied from interface: Map
Sets the value of the scope property.

Specified by:
setScope in interface Map
Parameters:
value - allowed object is String

clone

public MapImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class MapTypeImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.