Class Buddhist.Festival

java.lang.Object
org.aoju.bus.core.date.Buddhist.Festival
Enclosing class:
Buddhist

public static class Buddhist.Festival extends Object
佛历因果犯忌
  • Constructor Details

    • Festival

      public Festival(String name, String result, boolean everyMonth, String remark)
      构造
      Parameters:
      name - 名称
      result - 结果
      everyMonth - 月份
      remark - 备注
    • Festival

      public Festival(String name)
      构造
      Parameters:
      name - 名称
    • Festival

      public Festival(String name, String result)
      构造
      Parameters:
      name - 名称
      result - 结果
    • Festival

      public Festival(String name, String result, boolean everyMonth)
      构造
      Parameters:
      name - 名称
      result - 结果
      everyMonth - 月份
  • Method Details

    • getName

      public String getName()
      名称
      Returns:
      the string
    • getResult

      public String getResult()
      结果
      Returns:
      the string
    • isEveryMonth

      public boolean isEveryMonth()
      是否为每个月
      Returns:
      the boolean
    • getRemark

      public String getRemark()
      备注
      Returns:
      the string
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toFullString

      public String toFullString()
      转换为字符串
      Returns:
      the string