Package com.sos.scheduler.model.objects

Examples of com.sos.scheduler.model.objects.JSObjMonthdays


   * \created 10.02.2011 09:28:19 by oh
   */
  public JSObjMonthdays createMonthdays() {
    @SuppressWarnings("unused")
    final String conMethodName = conClassName + "::createMonthdays";
    JSObjMonthdays objMonthdays = new JSObjMonthdays(this);
    return objMonthdays;
  } // JSObjMonthDays createMonthDays()
View Full Code Here

TOP

Related Classes of com.sos.scheduler.model.objects.JSObjMonthdays

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.