|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
Bean-like class for keeping track of relations
| Constructor Summary | |
JoinedDataObjectMetaData.Relation()
|
|
| Method Summary | |
String |
getForeignAlias()
Retrieve the foreign alias |
String |
getForeignField()
Retrieve the foreign field |
int |
getJoinType()
|
String |
getLocalAlias()
Retrieve the local alias |
String |
getLocalField()
Retrieve the local field |
void |
setForeignAlias(String newValue)
Sets the foreign alias value |
void |
setForeignKey(String newValue)
Set the foreign key field |
void |
setJoinType(int newValue)
|
void |
setLocalAlias(String newValue)
Sets the local alias value |
void |
setLocalKey(String newValue)
Set the local key field name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JoinedDataObjectMetaData.Relation()
| Method Detail |
public void setLocalAlias(String newValue)
newValue - java.lang.String an alias namepublic void setForeignAlias(String newValue)
newValue - java.lang.String an alias namepublic void setLocalKey(String newValue)
newValue - java.lang.Stringpublic void setForeignKey(String newValue)
newValue - the new Key field namepublic void setJoinType(int newValue)
public String getLocalAlias()
public String getForeignAlias()
public String getLocalField()
public String getForeignField()
public int getJoinType()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||