net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.context.impl
Class PropertyOverrideImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.context.impl.PropertyOverrideImpl
All Implemented Interfaces:
Serializable, Cloneable, PropertyOverride

public class PropertyOverrideImpl
extends Object
implements Serializable, Cloneable, PropertyOverride

See Also:
Serialized Form

Field Summary
protected  String location
           
protected  String propertiesRef
           
 
Constructor Summary
PropertyOverrideImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.context.impl.PropertyOverrideImpl instance.
PropertyOverrideImpl(PropertyOverrideImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.context.impl.PropertyOverrideImpl instance by copying a given instance.
 
Method Summary
 PropertyOverrideImpl clone()
          Creates and returns a copy of this object.
 String getLocation()
          Gets the value of the location property.
 String getPropertiesRef()
          Gets the value of the propertiesRef property.
 void setLocation(String value)
          Sets the value of the location property.
 void setPropertiesRef(String value)
          Sets the value of the propertiesRef property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected String location

propertiesRef

protected String propertiesRef
Constructor Detail

PropertyOverrideImpl

public PropertyOverrideImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.context.impl.PropertyOverrideImpl instance.


PropertyOverrideImpl

public PropertyOverrideImpl(PropertyOverrideImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.context.impl.PropertyOverrideImpl instance by copying a given instance.

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

getLocation

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

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

setLocation

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

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

getPropertiesRef

public String getPropertiesRef()
Description copied from interface: PropertyOverride
Gets the value of the propertiesRef property.

Specified by:
getPropertiesRef in interface PropertyOverride
Returns:
possible object is String

setPropertiesRef

public void setPropertiesRef(String value)
Description copied from interface: PropertyOverride
Sets the value of the propertiesRef property.

Specified by:
setPropertiesRef in interface PropertyOverride
Parameters:
value - allowed object is String

clone

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

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


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