|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl
public class PrimaryKeyJoinColumnImpl
| Field Summary | |
|---|---|
protected String |
columnDefinition
|
protected String |
name
|
protected String |
referencedColumnName
|
| Constructor Summary | |
|---|---|
PrimaryKeyJoinColumnImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl instance. |
|
PrimaryKeyJoinColumnImpl(PrimaryKeyJoinColumnImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.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 |
|---|
protected String name
protected String referencedColumnName
protected String columnDefinition
| Constructor Detail |
|---|
public PrimaryKeyJoinColumnImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl instance.
public PrimaryKeyJoinColumnImpl(PrimaryKeyJoinColumnImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.PrimaryKeyJoinColumnImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
PrimaryKeyJoinColumn
getName in interface PrimaryKeyJoinColumnStringpublic void setName(String value)
PrimaryKeyJoinColumn
setName in interface PrimaryKeyJoinColumnvalue - allowed object is
Stringpublic String getReferencedColumnName()
PrimaryKeyJoinColumn
getReferencedColumnName in interface PrimaryKeyJoinColumnStringpublic void setReferencedColumnName(String value)
PrimaryKeyJoinColumn
setReferencedColumnName in interface PrimaryKeyJoinColumnvalue - allowed object is
Stringpublic String getColumnDefinition()
PrimaryKeyJoinColumn
getColumnDefinition in interface PrimaryKeyJoinColumnStringpublic void setColumnDefinition(String value)
PrimaryKeyJoinColumn
setColumnDefinition in interface PrimaryKeyJoinColumnvalue - allowed object is
Stringpublic PrimaryKeyJoinColumnImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||