|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectijgen.generator.model.FieldJoinInformation
public class FieldJoinInformation
Constructor Summary | |
---|---|
FieldJoinInformation()
|
Method Summary | |
---|---|
java.lang.String |
getJoinColumn()
Gets the join column |
java.lang.String |
getJoinTable()
Gets the join table |
RelationType |
getRelationType()
Gets the relation type. |
void |
setJoinColumn(java.lang.String joinColumn)
Sets the join column |
void |
setJoinTable(java.lang.String joinTable)
Sets the join table |
void |
setRelationType(RelationType relationType)
Sets the relation type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldJoinInformation()
Method Detail |
---|
public RelationType getRelationType()
public void setRelationType(RelationType relationType)
relationType
- relation typepublic java.lang.String getJoinTable()
public void setJoinTable(java.lang.String joinTable)
joinTable
- join tablepublic java.lang.String getJoinColumn()
public void setJoinColumn(java.lang.String joinColumn)
joinColumn
- join column
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |