net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class EnterpriseBeansTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.EnterpriseBeansTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, EnterpriseBeansType

public class EnterpriseBeansTypeImpl
extends Object
implements Serializable, Cloneable, EnterpriseBeansType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  Object[] sessionOrEntityOrMessageDriven
           
 
Constructor Summary
EnterpriseBeansTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.EnterpriseBeansTypeImpl instance.
EnterpriseBeansTypeImpl(EnterpriseBeansTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.EnterpriseBeansTypeImpl instance by copying a given instance.
 
Method Summary
 EnterpriseBeansTypeImpl clone()
          Creates and returns a copy of this object.
 void copySessionOrEntityOrMessageDriven(Object[] source)
          Copies all values of property SessionOrEntityOrMessageDriven.
 String getId()
          Gets the value of the id property.
 Object[] getSessionOrEntityOrMessageDriven()
           
 Object getSessionOrEntityOrMessageDriven(int idx)
           
 int getSessionOrEntityOrMessageDrivenLength()
           
 void setId(String value)
          Sets the value of the id property.
 Object setSessionOrEntityOrMessageDriven(int idx, Object value)
           
 void setSessionOrEntityOrMessageDriven(Object[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionOrEntityOrMessageDriven

protected Object[] sessionOrEntityOrMessageDriven

id

protected String id
Constructor Detail

EnterpriseBeansTypeImpl

public EnterpriseBeansTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.EnterpriseBeansTypeImpl instance.


EnterpriseBeansTypeImpl

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

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

getSessionOrEntityOrMessageDriven

public Object[] getSessionOrEntityOrMessageDriven()
Specified by:
getSessionOrEntityOrMessageDriven in interface EnterpriseBeansType
Returns:
array of EntityBeanType SessionBeanType MessageDrivenBeanType

getSessionOrEntityOrMessageDriven

public Object getSessionOrEntityOrMessageDriven(int idx)
Specified by:
getSessionOrEntityOrMessageDriven in interface EnterpriseBeansType
Returns:
one of EntityBeanType SessionBeanType MessageDrivenBeanType

getSessionOrEntityOrMessageDrivenLength

public int getSessionOrEntityOrMessageDrivenLength()
Specified by:
getSessionOrEntityOrMessageDrivenLength in interface EnterpriseBeansType

setSessionOrEntityOrMessageDriven

public void setSessionOrEntityOrMessageDriven(Object[] values)
Specified by:
setSessionOrEntityOrMessageDriven in interface EnterpriseBeansType
Parameters:
values - allowed objects are EntityBeanType SessionBeanType MessageDrivenBeanType

setSessionOrEntityOrMessageDriven

public Object setSessionOrEntityOrMessageDriven(int idx,
                                                Object value)
Specified by:
setSessionOrEntityOrMessageDriven in interface EnterpriseBeansType
value - allowed object is EntityBeanType SessionBeanType MessageDrivenBeanType

getId

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

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

setId

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

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

copySessionOrEntityOrMessageDriven

public void copySessionOrEntityOrMessageDriven(Object[] source)
Copies all values of property SessionOrEntityOrMessageDriven.

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

clone

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