Expresso 5-6

com.jcorporate.expresso.core.dataobjects.jdbc
Class JoinedDigesterBean.DigesterJoinRelations

java.lang.Object
  extended bycom.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
Enclosing class:
JoinedDigesterBean

public class JoinedDigesterBean.DigesterJoinRelations
extends Object

Bean representing all the joined relation information. Instances of this bean are retrieved by getRelations();

author Michael Rimov


Constructor Summary
JoinedDigesterBean.DigesterJoinRelations()
           
 
Method Summary
 String getForeignAlias()
           
 String getForeignKey()
           
 String getJoinType()
           
 String getLocalAlias()
           
 String getLocalKey()
           
 void setForeignAlias(String foreignAlias)
           
 void setForeignKey(String foreignKey)
           
 void setJoinType(String newValue)
           
 void setLocalAlias(String localAlias)
           
 void setLocalKey(String localKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinedDigesterBean.DigesterJoinRelations

public JoinedDigesterBean.DigesterJoinRelations()
Method Detail

getLocalAlias

public String getLocalAlias()

setLocalAlias

public void setLocalAlias(String localAlias)

setLocalKey

public void setLocalKey(String localKey)

getLocalKey

public String getLocalKey()

setForeignAlias

public void setForeignAlias(String foreignAlias)

getForeignAlias

public String getForeignAlias()

setForeignKey

public void setForeignKey(String foreignKey)

getForeignKey

public String getForeignKey()

getJoinType

public String getJoinType()

setJoinType

public void setJoinType(String newValue)

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.