All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tyme.culture.dog.DogDay Maven / Gradle / Ivy

There is a newer version: 1.1.7
Show newest version
package com.tyme.culture.dog;

import com.tyme.AbstractCultureDay;

/**
 * 三伏天
 *
 * @author 6tail
 */
public class DogDay extends AbstractCultureDay {

  public DogDay(Dog dog, int dayIndex) {
    super(dog, dayIndex);
  }

  /**
   * 三伏
   *
   * @return 三伏
   */
  public Dog getDog() {
    return (Dog)culture;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy