com.instantbank.component.job.util
Class ParticipantTable
java.lang.Object
|
+--com.instantbank.component.job.util.ParticipantTable
- public class ParticipantTable
- extends java.lang.Object
Description of a participant table in a job SQL sentence
- Author:
- InstantBank (Consuelo Franky)
Field Summary |
private java.lang.String |
alias
name of table alias |
private boolean |
joinCheck
checks if alias was already processed for building joins or not |
Constructor Summary |
ParticipantTable(java.lang.String alias,
boolean joinCheck)
Constructor for the ParticipantTable object |
Method Summary |
java.lang.String |
getAlias()
Gets the alias attribute of the ParticipantTable object |
boolean |
getJoinCheck()
Gets the joinCheck attribute of the ParticipantTable object |
void |
setJoinCheck(boolean joinCheck)
Sets the joinCheck attribute of the ParticipantTable object |
java.lang.String |
toString()
Textual representation of ParticipantTable |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
alias
private java.lang.String alias
- name of table alias
joinCheck
private boolean joinCheck
- checks if alias was already processed for building joins or not
ParticipantTable
public ParticipantTable(java.lang.String alias,
boolean joinCheck)
- Constructor for the ParticipantTable object
- Parameters:
alias
- Description of the ParameterjoinCheck
- Description of the Parameter
getAlias
public java.lang.String getAlias()
- Gets the alias attribute of the ParticipantTable object
- Returns:
- The alias value
getJoinCheck
public boolean getJoinCheck()
- Gets the joinCheck attribute of the ParticipantTable object
- Returns:
- The joinCheck value
setJoinCheck
public void setJoinCheck(boolean joinCheck)
- Sets the joinCheck attribute of the ParticipantTable object
- Parameters:
joinCheck
- The new joinCheck value
toString
public java.lang.String toString()
- Textual representation of ParticipantTable
- Overrides:
toString
in class java.lang.Object
- Returns:
- text of ParticipantTable instance