|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.DiscriminatorColumn
public class DiscriminatorColumn
| Field Summary | |
|---|---|
protected String |
columnDefinition
|
protected DiscriminatorType |
discriminatorType
|
protected Integer |
length
|
protected String |
name
|
| Constructor Summary | |
|---|---|
DiscriminatorColumn()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.DiscriminatorColumn instance. |
|
DiscriminatorColumn(DiscriminatorColumn o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.DiscriminatorColumn instance by copying a given instance. |
|
| Method Summary | |
|---|---|
DiscriminatorColumn |
clone()
Creates and returns a copy of this object. |
String |
getColumnDefinition()
Gets the value of the columnDefinition property. |
DiscriminatorType |
getDiscriminatorType()
Gets the value of the discriminatorType property. |
Integer |
getLength()
Gets the value of the length property. |
String |
getName()
Gets the value of the name property. |
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property. |
void |
setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property. |
void |
setLength(Integer value)
Sets the value of the length property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected DiscriminatorType discriminatorType
protected String columnDefinition
protected Integer length
| Constructor Detail |
|---|
public DiscriminatorColumn()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.DiscriminatorColumn instance.
public DiscriminatorColumn(DiscriminatorColumn o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.DiscriminatorColumn 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 DiscriminatorType getDiscriminatorType()
DiscriminatorTypepublic void setDiscriminatorType(DiscriminatorType value)
value - allowed object is
DiscriminatorTypepublic String getColumnDefinition()
Stringpublic void setColumnDefinition(String value)
value - allowed object is
Stringpublic Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic DiscriminatorColumn clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||