net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context.impl
Class PropertyPlaceholderImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context.impl.PropertyPlaceholderImpl
All Implemented Interfaces:
Serializable, Cloneable, PropertyPlaceholder

public class PropertyPlaceholderImpl
extends Object
implements Serializable, Cloneable, PropertyPlaceholder

See Also:
Serialized Form

Field Summary
protected  String location
           
protected  String propertiesRef
           
 
Constructor Summary
PropertyPlaceholderImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context.impl.PropertyPlaceholderImpl instance.
PropertyPlaceholderImpl(PropertyPlaceholderImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.context.impl.PropertyPlaceholderImpl instance by copying a given instance.
 
Method Summary
 PropertyPlaceholderImpl 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

PropertyPlaceholderImpl

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


PropertyPlaceholderImpl

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

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

getLocation

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

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

setLocation

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

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

getPropertiesRef

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

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

setPropertiesRef

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

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

clone

public PropertyPlaceholderImpl 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.