Class BooleanContractLine


public class BooleanContractLine extends ContractLine
  • Constructor Details

    • BooleanContractLine

      public BooleanContractLine()
    • BooleanContractLine

      public BooleanContractLine(long id, Contract contract, ContractLineType contractLineType, boolean enabled, int weight)
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in class ContractLine
    • setEnabled

      public void setEnabled(boolean enabled)
    • getWeight

      public int getWeight()
    • setWeight

      public void setWeight(int weight)