js.dev.cam.sbig
Class ActivateRelayParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.ActivateRelayParams
- All Implemented Interfaces:
- java.io.Serializable
public class ActivateRelayParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivateRelayParams
public ActivateRelayParams()
- Default constructor.
ActivateRelayParams
public ActivateRelayParams(int txplus,
int txminus,
int typlus,
int tyminus)
- Parametric constructor.
- Parameters:
txplus
- the txplus to set.txminus
- the txminus to set.typlus
- the typlus to set.tyminus
- the tyminus to set.
set
public final void set(int txplus,
int txminus,
int typlus,
int tyminus)
- This method sets txplus, txminus, typlus and tyminus
fields.
- Parameters:
txplus
- the txplus to set.txminus
- the txminus to set.typlus
- the typlus to set.tyminus
- the tyminus to set.
getSerialVersionUID
public static final long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getTxMinus
public final int getTxMinus()
- Returns:
- the tXMinus.
setTxMinus
public void setTxMinus(int minus)
- Parameters:
minus
- the tXMinus to set.
getTxPlus
public final int getTxPlus()
- Returns:
- the tXPlus.
setTxPlus
public void setTxPlus(int plus)
- Parameters:
plus
- the tXPlus to set.
getTyMinus
public final int getTyMinus()
- Returns:
- the tYMinus.
setTyMinus
public void setTyMinus(int minus)
- Parameters:
minus
- the tYMinus to set.
getTyPlus
public final int getTyPlus()
- Returns:
- the tYPlus.
setTyPlus
public void setTyPlus(int plus)
- Parameters:
plus
- the tYPlus to set.