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

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

public class NullImpl
extends Object
implements Serializable, Cloneable, Null

See Also:
Serialized Form

Field Summary
protected  String[] content
           
 
Constructor Summary
NullImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.NullImpl instance.
NullImpl(NullImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.NullImpl instance by copying a given instance.
 
Method Summary
 NullImpl clone()
          Creates and returns a copy of this object.
 String[] getContent()
           
 String getContent(int idx)
           
 int getContentLength()
           
 String setContent(int idx, String value)
           
 void setContent(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected String[] content
Constructor Detail

NullImpl

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


NullImpl

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

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

getContent

public String[] getContent()
Specified by:
getContent in interface Null
Returns:
array of String

getContent

public String getContent(int idx)
Specified by:
getContent in interface Null
Returns:
one of String

getContentLength

public int getContentLength()
Specified by:
getContentLength in interface Null

setContent

public void setContent(String[] values)
Specified by:
setContent in interface Null
Parameters:
values - allowed objects are String

setContent

public String setContent(int idx,
                         String value)
Specified by:
setContent in interface Null
value - allowed object is String

clone

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