net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl
Class LoadTimeWeaverImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.LoadTimeWeaverImpl
All Implemented Interfaces:
Serializable, Cloneable, LoadTimeWeaver

public class LoadTimeWeaverImpl
extends Object
implements Serializable, Cloneable, LoadTimeWeaver

See Also:
Serialized Form

Field Summary
protected  String aspectjWeaving
           
protected  String weaverClass
           
 
Constructor Summary
LoadTimeWeaverImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.LoadTimeWeaverImpl instance.
LoadTimeWeaverImpl(LoadTimeWeaverImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.LoadTimeWeaverImpl instance by copying a given instance.
 
Method Summary
 LoadTimeWeaverImpl clone()
          Creates and returns a copy of this object.
 String getAspectjWeaving()
          Gets the value of the aspectjWeaving property.
 String getWeaverClass()
          Gets the value of the weaverClass property.
 void setAspectjWeaving(String value)
          Sets the value of the aspectjWeaving property.
 void setWeaverClass(String value)
          Sets the value of the weaverClass property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weaverClass

protected String weaverClass

aspectjWeaving

protected String aspectjWeaving
Constructor Detail

LoadTimeWeaverImpl

public LoadTimeWeaverImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.LoadTimeWeaverImpl instance.


LoadTimeWeaverImpl

public LoadTimeWeaverImpl(LoadTimeWeaverImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.LoadTimeWeaverImpl instance by copying a given instance.

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

getWeaverClass

public String getWeaverClass()
Description copied from interface: LoadTimeWeaver
Gets the value of the weaverClass property.

Specified by:
getWeaverClass in interface LoadTimeWeaver
Returns:
possible object is String

setWeaverClass

public void setWeaverClass(String value)
Description copied from interface: LoadTimeWeaver
Sets the value of the weaverClass property.

Specified by:
setWeaverClass in interface LoadTimeWeaver
Parameters:
value - allowed object is String

getAspectjWeaving

public String getAspectjWeaving()
Description copied from interface: LoadTimeWeaver
Gets the value of the aspectjWeaving property.

Specified by:
getAspectjWeaving in interface LoadTimeWeaver
Returns:
possible object is String

setAspectjWeaving

public void setAspectjWeaving(String value)
Description copied from interface: LoadTimeWeaver
Sets the value of the aspectjWeaving property.

Specified by:
setAspectjWeaving in interface LoadTimeWeaver
Parameters:
value - allowed object is String

clone

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