Ejemplo n.º 1
0
 /**
  * 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 TweetCB dreamCruiseCB() {
   TweetCB cb = new TweetCB();
   cb.xsetupForDreamCruise((TweetCB) this);
   return cb;
 }