net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class InitMethodTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.InitMethodTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, InitMethodType

public class InitMethodTypeImpl
extends Object
implements Serializable, Cloneable, InitMethodType

See Also:
Serialized Form

Field Summary
protected  NamedMethodTypeImpl beanMethod
           
protected  NamedMethodTypeImpl createMethod
           
protected  String id
           
 
Constructor Summary
InitMethodTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.InitMethodTypeImpl instance.
InitMethodTypeImpl(InitMethodTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.InitMethodTypeImpl instance by copying a given instance.
 
Method Summary
 InitMethodTypeImpl clone()
          Creates and returns a copy of this object.
 NamedMethodType getBeanMethod()
          Gets the value of the beanMethod property.
 NamedMethodType getCreateMethod()
          Gets the value of the createMethod property.
 String getId()
          Gets the value of the id property.
 void setBeanMethod(NamedMethodType value)
          Sets the value of the beanMethod property.
 void setCreateMethod(NamedMethodType value)
          Sets the value of the createMethod property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createMethod

protected NamedMethodTypeImpl createMethod

beanMethod

protected NamedMethodTypeImpl beanMethod

id

protected String id
Constructor Detail

InitMethodTypeImpl

public InitMethodTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.InitMethodTypeImpl instance.


InitMethodTypeImpl

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

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

getCreateMethod

public NamedMethodType getCreateMethod()
Description copied from interface: InitMethodType
Gets the value of the createMethod property.

Specified by:
getCreateMethod in interface InitMethodType
Returns:
possible object is NamedMethodType

setCreateMethod

public void setCreateMethod(NamedMethodType value)
Description copied from interface: InitMethodType
Sets the value of the createMethod property.

Specified by:
setCreateMethod in interface InitMethodType
Parameters:
value - allowed object is NamedMethodType

getBeanMethod

public NamedMethodType getBeanMethod()
Description copied from interface: InitMethodType
Gets the value of the beanMethod property.

Specified by:
getBeanMethod in interface InitMethodType
Returns:
possible object is NamedMethodType

setBeanMethod

public void setBeanMethod(NamedMethodType value)
Description copied from interface: InitMethodType
Sets the value of the beanMethod property.

Specified by:
setBeanMethod in interface InitMethodType
Parameters:
value - allowed object is NamedMethodType

getId

public String getId()
Description copied from interface: InitMethodType
Gets the value of the id property.

Specified by:
getId in interface InitMethodType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: InitMethodType
Sets the value of the id property.

Specified by:
setId in interface InitMethodType
Parameters:
value - allowed object is String

clone

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