net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.util.impl
Class PropertiesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl
          extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.util.impl.PropertiesImpl
All Implemented Interfaces:
Serializable, Cloneable, CollectionType, PropsType, Properties

public class PropertiesImpl
extends PropsTypeImpl
implements Serializable, Cloneable, Properties

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  Boolean localOverride
           
protected  String location
           
protected  String scope
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl
prop
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
valueType
 
Constructor Summary
PropertiesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.util.impl.PropertiesImpl instance.
PropertiesImpl(PropertiesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.util.impl.PropertiesImpl instance by copying a given instance.
 
Method Summary
 PropertiesImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getLocation()
          Gets the value of the location property.
 String getScope()
          Gets the value of the scope property.
 Boolean isLocalOverride()
          Gets the value of the localOverride property.
 void setId(String value)
          Sets the value of the id property.
 void setLocalOverride(Boolean value)
          Sets the value of the localOverride property.
 void setLocation(String value)
          Sets the value of the location property.
 void setScope(String value)
          Sets the value of the scope property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl
copyProp, getProp, getProp, getPropLength, setProp, setProp
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.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.prot.indexed.novalueclass.spring.beans.PropsType
getProp, getProp, getPropLength, setProp, setProp
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Field Detail

id

protected String id

location

protected String location

localOverride

protected Boolean localOverride

scope

protected String scope
Constructor Detail

PropertiesImpl

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


PropertiesImpl

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

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

getId

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

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

setId

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

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

getLocation

public String getLocation()
Description copied from interface: Properties
Gets the value of the location property.

Specified by:
getLocation in interface Properties
Returns:
possible object is String

setLocation

public void setLocation(String value)
Description copied from interface: Properties
Sets the value of the location property.

Specified by:
setLocation in interface Properties
Parameters:
value - allowed object is String

isLocalOverride

public Boolean isLocalOverride()
Description copied from interface: Properties
Gets the value of the localOverride property.

Specified by:
isLocalOverride in interface Properties
Returns:
possible object is Boolean

setLocalOverride

public void setLocalOverride(Boolean value)
Description copied from interface: Properties
Sets the value of the localOverride property.

Specified by:
setLocalOverride in interface Properties
Parameters:
value - allowed object is Boolean

getScope

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

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

setScope

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

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

clone

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

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


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