net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl
Class KeyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.KeyImpl
All Implemented Interfaces:
Serializable, Cloneable, Key

public class KeyImpl
extends Object
implements Serializable, Cloneable, Key

See Also:
Serialized Form

Field Summary
protected  Object[] beanOrRefOrIdref
           
protected  DescriptionImpl description
           
 
Constructor Summary
KeyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.KeyImpl instance.
KeyImpl(KeyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.KeyImpl instance by copying a given instance.
 
Method Summary
 KeyImpl clone()
          Creates and returns a copy of this object.
 void copyBeanOrRefOrIdref(Object[] source)
          Copies all values of property BeanOrRefOrIdref.
 Object[] getBeanOrRefOrIdref()
           
 Object getBeanOrRefOrIdref(int idx)
           
 int getBeanOrRefOrIdrefLength()
           
 Description getDescription()
          Gets the value of the description property.
 Object setBeanOrRefOrIdref(int idx, Object value)
           
 void setBeanOrRefOrIdref(Object[] values)
           
 void setDescription(Description value)
          Sets the value of the description property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionImpl description

beanOrRefOrIdref

protected Object[] beanOrRefOrIdref
Constructor Detail

KeyImpl

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


KeyImpl

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

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

getDescription

public Description getDescription()
Description copied from interface: Key
Gets the value of the description property.

Specified by:
getDescription in interface Key
Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Description copied from interface: Key
Sets the value of the description property.

Specified by:
setDescription in interface Key
Parameters:
value - allowed object is Description

getBeanOrRefOrIdref

public Object[] getBeanOrRefOrIdref()
Specified by:
getBeanOrRefOrIdref in interface Key
Returns:
array of Set Idref Value Map Object Props List Bean Null Ref

getBeanOrRefOrIdref

public Object getBeanOrRefOrIdref(int idx)
Specified by:
getBeanOrRefOrIdref in interface Key
Returns:
one of Set Idref Value Map Object Props List Bean Null Ref

getBeanOrRefOrIdrefLength

public int getBeanOrRefOrIdrefLength()
Specified by:
getBeanOrRefOrIdrefLength in interface Key

setBeanOrRefOrIdref

public void setBeanOrRefOrIdref(Object[] values)
Specified by:
setBeanOrRefOrIdref in interface Key
Parameters:
values - allowed objects are Set Idref Value Map Object Props List Bean Null Ref

setBeanOrRefOrIdref

public Object setBeanOrRefOrIdref(int idx,
                                  Object value)
Specified by:
setBeanOrRefOrIdref in interface Key
value - allowed object is Set Idref Value Map Object Props List Bean Null Ref

copyBeanOrRefOrIdref

public void copyBeanOrRefOrIdref(Object[] source)
Copies all values of property BeanOrRefOrIdref.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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