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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.PropertyPathImpl
All Implemented Interfaces:
Serializable, Cloneable, PropertyPath

public class PropertyPathImpl
extends Object
implements Serializable, Cloneable, PropertyPath

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String path
           
 
Constructor Summary
PropertyPathImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.PropertyPathImpl instance.
PropertyPathImpl(PropertyPathImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util.impl.PropertyPathImpl instance by copying a given instance.
 
Method Summary
 PropertyPathImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getPath()
          Gets the value of the path property.
 void setId(String value)
          Sets the value of the id property.
 void setPath(String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

path

protected String path
Constructor Detail

PropertyPathImpl

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


PropertyPathImpl

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

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

getId

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

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

setId

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

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

getPath

public String getPath()
Description copied from interface: PropertyPath
Gets the value of the path property.

Specified by:
getPath in interface PropertyPath
Returns:
possible object is String

setPath

public void setPath(String value)
Description copied from interface: PropertyPath
Sets the value of the path property.

Specified by:
setPath in interface PropertyPath
Parameters:
value - allowed object is String

clone

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