net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl
Class ImportImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ImportImpl
All Implemented Interfaces:
Serializable, Cloneable, Import

public class ImportImpl
extends Object
implements Serializable, Cloneable, Import

See Also:
Serialized Form

Field Summary
protected  String resource
           
 
Constructor Summary
ImportImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ImportImpl instance.
ImportImpl(ImportImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ImportImpl instance by copying a given instance.
 
Method Summary
 ImportImpl clone()
          Creates and returns a copy of this object.
 String getResource()
          Gets the value of the resource property.
 void setResource(String value)
          Sets the value of the resource property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

protected String resource
Constructor Detail

ImportImpl

public ImportImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ImportImpl instance.


ImportImpl

public ImportImpl(ImportImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ImportImpl instance by copying a given instance.

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

getResource

public String getResource()
Description copied from interface: Import
Gets the value of the resource property.

Specified by:
getResource in interface Import
Returns:
possible object is String

setResource

public void setResource(String value)
Description copied from interface: Import
Sets the value of the resource property.

Specified by:
setResource in interface Import
Parameters:
value - allowed object is String

clone

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