Blame |
Last modification |
View Log
| Download
| RSS feed
package br.com.kronus.core;
public class PadraoGatilho {
private Candle referencia;
private Candle gatilho1;
private Candle gatilho2;
private Candle gatilho3;
private Candle gatilho4;
public Candle getReferencia() {
return referencia;
}
public void setReferencia(Candle referencia) {
this.referencia = referencia;
}
public Candle getGatilho1() {
return gatilho1;
}
public void setGatilho1(Candle gatilho1) {
this.gatilho1 = gatilho1;
}
public Candle getGatilho2() {
return gatilho2;
}
public void setGatilho2(Candle gatilho2) {
this.gatilho2 = gatilho2;
}
public Candle getGatilho3() {
return gatilho3;
}
public void setGatilho3(Candle gatilho3) {
this.gatilho3 = gatilho3;
}
public Candle getGatilho4() {
return gatilho4;
}
public void setGatilho4(Candle gatilho4) {
this.gatilho4 = gatilho4;
}
}