|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.JoinColumn
public class JoinColumn
| Field Summary | |
|---|---|
protected String |
columnDefinition
|
protected Boolean |
insertable
|
protected String |
name
|
protected Boolean |
nullable
|
protected String |
referencedColumnName
|
protected String |
table
|
protected Boolean |
unique
|
protected Boolean |
updatable
|
| Constructor Summary | |
|---|---|
JoinColumn()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.JoinColumn instance. |
|
JoinColumn(JoinColumn o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.JoinColumn instance by copying a given instance. |
|
| Method Summary | |
|---|---|
JoinColumn |
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. |
String |
getTable()
Gets the value of the table property. |
Boolean |
isInsertable()
Gets the value of the insertable property. |
Boolean |
isNullable()
Gets the value of the nullable property. |
Boolean |
isUnique()
Gets the value of the unique property. |
Boolean |
isUpdatable()
Gets the value of the updatable property. |
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property. |
void |
setInsertable(Boolean value)
Sets the value of the insertable property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNullable(Boolean value)
Sets the value of the nullable property. |
void |
setReferencedColumnName(String value)
Sets the value of the referencedColumnName property. |
void |
setTable(String value)
Sets the value of the table property. |
void |
setUnique(Boolean value)
Sets the value of the unique property. |
void |
setUpdatable(Boolean value)
Sets the value of the updatable 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 Boolean unique
protected Boolean nullable
protected Boolean insertable
protected Boolean updatable
protected String columnDefinition
protected String table
| Constructor Detail |
|---|
public JoinColumn()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.JoinColumn instance.
public JoinColumn(JoinColumn o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.JoinColumn instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getReferencedColumnName()
Stringpublic void setReferencedColumnName(String value)
value - allowed object is
Stringpublic Boolean isUnique()
Booleanpublic void setUnique(Boolean value)
value - allowed object is
Booleanpublic Boolean isNullable()
Booleanpublic void setNullable(Boolean value)
value - allowed object is
Booleanpublic Boolean isInsertable()
Booleanpublic void setInsertable(Boolean value)
value - allowed object is
Booleanpublic Boolean isUpdatable()
Booleanpublic void setUpdatable(Boolean value)
value - allowed object is
Booleanpublic String getColumnDefinition()
Stringpublic void setColumnDefinition(String value)
value - allowed object is
Stringpublic String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic JoinColumn clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||