|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jpa.DiscriminatorColumn
public class DiscriminatorColumn
| Field Summary | |
|---|---|
protected java.lang.String |
columnDefinition
|
protected DiscriminatorType |
discriminatorType
|
protected java.lang.Integer |
length
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
DiscriminatorColumn()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColumnDefinition()
Gets the value of the columnDefinition property. |
DiscriminatorType |
getDiscriminatorType()
Gets the value of the discriminatorType property. |
java.lang.Integer |
getLength()
Gets the value of the length property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setColumnDefinition(java.lang.String value)
Sets the value of the columnDefinition property. |
void |
setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property. |
void |
setLength(java.lang.Integer value)
Sets the value of the length property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String columnDefinition
protected DiscriminatorType discriminatorType
protected java.lang.Integer length
protected java.lang.String name
| Constructor Detail |
|---|
public DiscriminatorColumn()
| Method Detail |
|---|
public java.lang.String getColumnDefinition()
Stringpublic void setColumnDefinition(java.lang.String value)
value - allowed object is
Stringpublic DiscriminatorType getDiscriminatorType()
DiscriminatorTypepublic void setDiscriminatorType(DiscriminatorType value)
value - allowed object is
DiscriminatorTypepublic java.lang.Integer getLength()
Integerpublic void setLength(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||