net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl
Class PrimaryKeyJoinColumnImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl
All Implemented Interfaces:
Serializable, Cloneable, PrimaryKeyJoinColumn

public class PrimaryKeyJoinColumnImpl
extends Object
implements Serializable, Cloneable, PrimaryKeyJoinColumn

See Also:
Serialized Form

Field Summary
protected  String columnDefinition
           
protected  String name
           
protected  String referencedColumnName
           
 
Constructor Summary
PrimaryKeyJoinColumnImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl instance.
PrimaryKeyJoinColumnImpl(PrimaryKeyJoinColumnImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl instance by copying a given instance.
 
Method Summary
 PrimaryKeyJoinColumnImpl clone()
          Creates and returns a copy of this object.
 String getColumnDefinition()
          Gets the value of the columnDefinition property.
 String getName()
          Gets the value of the name property.
 String getReferencedColumnName()
          Gets the value of the referencedColumnName property.
 void setColumnDefinition(String value)
          Sets the value of the columnDefinition property.
 void setName(String value)
          Sets the value of the name property.
 void setReferencedColumnName(String value)
          Sets the value of the referencedColumnName property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

referencedColumnName

protected String referencedColumnName

columnDefinition

protected String columnDefinition
Constructor Detail

PrimaryKeyJoinColumnImpl

public PrimaryKeyJoinColumnImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl instance.


PrimaryKeyJoinColumnImpl

public PrimaryKeyJoinColumnImpl(PrimaryKeyJoinColumnImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl instance by copying a given instance.

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

getName

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

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

setName

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

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

getReferencedColumnName

public String getReferencedColumnName()
Description copied from interface: PrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.

Specified by:
getReferencedColumnName in interface PrimaryKeyJoinColumn
Returns:
possible object is String

setReferencedColumnName

public void setReferencedColumnName(String value)
Description copied from interface: PrimaryKeyJoinColumn
Sets the value of the referencedColumnName property.

Specified by:
setReferencedColumnName in interface PrimaryKeyJoinColumn
Parameters:
value - allowed object is String

getColumnDefinition

public String getColumnDefinition()
Description copied from interface: PrimaryKeyJoinColumn
Gets the value of the columnDefinition property.

Specified by:
getColumnDefinition in interface PrimaryKeyJoinColumn
Returns:
possible object is String

setColumnDefinition

public void setColumnDefinition(String value)
Description copied from interface: PrimaryKeyJoinColumn
Sets the value of the columnDefinition property.

Specified by:
setColumnDefinition in interface PrimaryKeyJoinColumn
Parameters:
value - allowed object is String

clone

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