Class Strategy


@Entity public class Strategy extends BaseDomain
Strategy (map "STRATEGIES" table).
  • Constructor Details

    • Strategy

      public Strategy()
  • Method Details

    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • getUid

      public Long getUid()
      Technical ID.
    • getStrategyId

      public String getStrategyId()
      An identifier that uniquely identifies the strategy - Comes from the Java annotation.
    • getName

      public String getName()
      Strategy name - Comes from the Java annotation.
    • setUid

      public void setUid(Long uid)
      Technical ID.
    • setStrategyId

      public void setStrategyId(String strategyId)
      An identifier that uniquely identifies the strategy - Comes from the Java annotation.
    • setName

      public void setName(String name)
      Strategy name - Comes from the Java annotation.
    • toString

      public String toString()
      Overrides:
      toString in class BaseDomain