net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
Class ManyToManyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.ManyToManyImpl
All Implemented Interfaces:
Serializable, Cloneable, ManyToMany

public class ManyToManyImpl
extends Object
implements Serializable, Cloneable, ManyToMany

See Also:
Serialized Form

Field Summary
protected  CascadeTypeImpl cascade
           
protected  FetchType fetch
           
protected  JoinTableImpl joinTable
           
protected  MapKeyImpl mapKey
           
protected  String mappedBy
           
protected  String name
           
protected  String orderBy
           
protected  String targetEntity
           
 
Constructor Summary
ManyToManyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.ManyToManyImpl instance.
ManyToManyImpl(ManyToManyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.ManyToManyImpl instance by copying a given instance.
 
Method Summary
 ManyToManyImpl clone()
          Creates and returns a copy of this object.
 CascadeType getCascade()
          Gets the value of the cascade property.
 FetchType getFetch()
          Gets the value of the fetch property.
 JoinTable getJoinTable()
          Gets the value of the joinTable property.
 MapKey getMapKey()
          Gets the value of the mapKey property.
 String getMappedBy()
          Gets the value of the mappedBy property.
 String getName()
          Gets the value of the name property.
 String getOrderBy()
          Gets the value of the orderBy property.
 String getTargetEntity()
          Gets the value of the targetEntity property.
 void setCascade(CascadeType value)
          Sets the value of the cascade property.
 void setFetch(FetchType value)
          Sets the value of the fetch property.
 void setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void setMapKey(MapKey value)
          Sets the value of the mapKey property.
 void setMappedBy(String value)
          Sets the value of the mappedBy property.
 void setName(String value)
          Sets the value of the name property.
 void setOrderBy(String value)
          Sets the value of the orderBy property.
 void setTargetEntity(String value)
          Sets the value of the targetEntity property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderBy

protected String orderBy

mapKey

protected MapKeyImpl mapKey

joinTable

protected JoinTableImpl joinTable

cascade

protected CascadeTypeImpl cascade

name

protected String name

targetEntity

protected String targetEntity

fetch

protected FetchType fetch

mappedBy

protected String mappedBy
Constructor Detail

ManyToManyImpl

public ManyToManyImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.ManyToManyImpl instance.


ManyToManyImpl

public ManyToManyImpl(ManyToManyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.ManyToManyImpl instance by copying a given instance.

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

getOrderBy

public String getOrderBy()
Description copied from interface: ManyToMany
Gets the value of the orderBy property.

Specified by:
getOrderBy in interface ManyToMany
Returns:
possible object is String

setOrderBy

public void setOrderBy(String value)
Description copied from interface: ManyToMany
Sets the value of the orderBy property.

Specified by:
setOrderBy in interface ManyToMany
Parameters:
value - allowed object is String

getMapKey

public MapKey getMapKey()
Description copied from interface: ManyToMany
Gets the value of the mapKey property.

Specified by:
getMapKey in interface ManyToMany
Returns:
possible object is MapKey

setMapKey

public void setMapKey(MapKey value)
Description copied from interface: ManyToMany
Sets the value of the mapKey property.

Specified by:
setMapKey in interface ManyToMany
Parameters:
value - allowed object is MapKey

getJoinTable

public JoinTable getJoinTable()
Description copied from interface: ManyToMany
Gets the value of the joinTable property.

Specified by:
getJoinTable in interface ManyToMany
Returns:
possible object is JoinTable

setJoinTable

public void setJoinTable(JoinTable value)
Description copied from interface: ManyToMany
Sets the value of the joinTable property.

Specified by:
setJoinTable in interface ManyToMany
Parameters:
value - allowed object is JoinTable

getCascade

public CascadeType getCascade()
Description copied from interface: ManyToMany
Gets the value of the cascade property.

Specified by:
getCascade in interface ManyToMany
Returns:
possible object is CascadeType

setCascade

public void setCascade(CascadeType value)
Description copied from interface: ManyToMany
Sets the value of the cascade property.

Specified by:
setCascade in interface ManyToMany
Parameters:
value - allowed object is CascadeType

getName

public String getName()
Description copied from interface: ManyToMany
Gets the value of the name property.

Specified by:
getName in interface ManyToMany
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: ManyToMany
Sets the value of the name property.

Specified by:
setName in interface ManyToMany
Parameters:
value - allowed object is String

getTargetEntity

public String getTargetEntity()
Description copied from interface: ManyToMany
Gets the value of the targetEntity property.

Specified by:
getTargetEntity in interface ManyToMany
Returns:
possible object is String

setTargetEntity

public void setTargetEntity(String value)
Description copied from interface: ManyToMany
Sets the value of the targetEntity property.

Specified by:
setTargetEntity in interface ManyToMany
Parameters:
value - allowed object is String

getFetch

public FetchType getFetch()
Description copied from interface: ManyToMany
Gets the value of the fetch property.

Specified by:
getFetch in interface ManyToMany
Returns:
possible object is FetchType

setFetch

public void setFetch(FetchType value)
Description copied from interface: ManyToMany
Sets the value of the fetch property.

Specified by:
setFetch in interface ManyToMany
Parameters:
value - allowed object is FetchType

getMappedBy

public String getMappedBy()
Description copied from interface: ManyToMany
Gets the value of the mappedBy property.

Specified by:
getMappedBy in interface ManyToMany
Returns:
possible object is String

setMappedBy

public void setMappedBy(String value)
Description copied from interface: ManyToMany
Sets the value of the mappedBy property.

Specified by:
setMappedBy in interface ManyToMany
Parameters:
value - allowed object is String

clone

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