Class Strategy


  • @Entity
    public class Strategy
    extends BaseDomain
    Strategy.
    • Constructor Detail

      • Strategy

        public Strategy()
    • Method Detail

      • hashCode

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

        public Long getId()
        Technical ID.
      • getStrategyId

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

        public StrategyTypeDTO getType()
        Strategy type - Basic or Ta4j.
      • getName

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

        public void setId​(Long id)
        Technical ID.
      • setStrategyId

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

        public void setType​(StrategyTypeDTO type)
        Strategy type - Basic or Ta4j.
      • setName

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