com.ibm.commerce.member.search

Class JoinInformation

  • java.lang.Object
    • com.ibm.commerce.member.search.JoinInformation


  • public class JoinInformation
    extends java.lang.Object
    This table is used to store Join information for a query. It stores the table name in all uppercase, and the join WhereClauseCondition to use to join this table in the query.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • JoinInformation

        public JoinInformation(java.lang.String astrTableName,
                               WhereClauseCondition awcJoinCondition)
        Constructor for JoinInformation class.
        Parameters:
        astrTableName - The table name.
        awcJoinCondition - The join condition.
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
        Get the table name.
        Returns:
        The table name.
      • getJoinCondition

        public WhereClauseCondition getJoinCondition()
        Get the join condition.
        Returns:
        The join condition.
      • setTableName

        public void setTableName(java.lang.String astrTableName)
        Set the table name.
        Parameters:
        astrTableName - The table name.
      • setJoinCondition

        public void setJoinCondition(WhereClauseCondition awcJoinCondition)
        Set the join condition.
        Parameters:
        awcJoinCondition - The join condition.