/**
  * Welcome to the Dream Cruise for condition-bean deep world. <br>
  * This is very specialty so you can get the frontier spirit. Bon voyage!
  *
  * @return The condition-bean for dream cruise, which is linked to main condition-bean.
  */
 public MemberLoginCB dreamCruiseCB() {
   MemberLoginCB cb = new MemberLoginCB();
   cb.xsetupForDreamCruise((MemberLoginCB) this);
   return cb;
 }