net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl
Class IdrefImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.IdrefImpl
All Implemented Interfaces:
Serializable, Cloneable, Idref

public class IdrefImpl
extends Object
implements Serializable, Cloneable, Idref

See Also:
Serialized Form

Field Summary
protected  String bean
           
protected  Object local
           
 
Constructor Summary
IdrefImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.IdrefImpl instance.
IdrefImpl(IdrefImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.IdrefImpl instance by copying a given instance.
 
Method Summary
 IdrefImpl clone()
          Creates and returns a copy of this object.
 String getBean()
          Gets the value of the bean property.
 Object getLocal()
          Gets the value of the local property.
 void setBean(String value)
          Sets the value of the bean property.
 void setLocal(Object value)
          Sets the value of the local property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

protected String bean

local

protected Object local
Constructor Detail

IdrefImpl

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


IdrefImpl

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

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

getBean

public String getBean()
Description copied from interface: Idref
Gets the value of the bean property.

Specified by:
getBean in interface Idref
Returns:
possible object is String

setBean

public void setBean(String value)
Description copied from interface: Idref
Sets the value of the bean property.

Specified by:
setBean in interface Idref
Parameters:
value - allowed object is String

getLocal

public Object getLocal()
Description copied from interface: Idref
Gets the value of the local property.

Specified by:
getLocal in interface Idref
Returns:
possible object is Object

setLocal

public void setLocal(Object value)
Description copied from interface: Idref
Sets the value of the local property.

Specified by:
setLocal in interface Idref
Parameters:
value - allowed object is Object

clone

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