クラス EntityMethod

java.lang.Object
org.thinkit.generator.common.duke.factory.JavaComponent
org.thinkit.generator.common.duke.factory.Function
org.thinkit.generator.common.duke.factory.Method
org.thinkit.generator.entity.engine.factory.EntityMethod
すべての実装されたインタフェース:
org.thinkit.generator.common.duke.factory.Component

public final class EntityMethod
extends org.thinkit.generator.common.duke.factory.Method
エンティティクラスのメソッドを生成する処理を定義したファクトリークラスです。
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    String createResource()  
    boolean equals​(Object o)  
    int hashCode()  
    String toString()  

    クラスから継承されたメソッド org.thinkit.generator.common.duke.factory.Method

    add, add

    クラスから継承されたメソッド org.thinkit.generator.common.duke.factory.Function

    add, add

    クラスから継承されたメソッド org.thinkit.generator.common.duke.factory.JavaComponent

    applyLombok, isAppliedLombok

    クラスから継承されたメソッド java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • メソッドの詳細

    • createResource

      public String createResource()
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 org.thinkit.generator.common.duke.factory.Method
    • equals

      public boolean equals​(Object o)
      オーバーライド:
      equals クラス内 org.thinkit.generator.common.duke.factory.Method
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 org.thinkit.generator.common.duke.factory.Method