Class CostAdjustmentAssert
- java.lang.Object
-
- org.openbravo.test.costing.assertclass.CostAdjustmentAssert
-
public class CostAdjustmentAssert extends Object
-
-
Constructor Summary
Constructors Constructor Description CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source, boolean unit)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source, boolean unit, boolean isNeedPosting)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source, boolean unit, String status, boolean isNeedPosting)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, boolean unit)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, boolean unit, boolean isNeedPosting)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, boolean unit, String status)
CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, String status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAmount()
Currency
getCurrency()
int
getDay()
MaterialTransaction
getMaterialTransaction()
String
getStatus()
String
getType()
boolean
isNeedPosting()
boolean
isSource()
boolean
isUnit()
-
-
-
Constructor Detail
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, boolean unit)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, boolean unit, boolean isNeedPosting)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source, boolean unit)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source, boolean unit, boolean isNeedPosting)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, String status)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String type, BigDecimal amount, int day, boolean source, boolean unit, String status)
-
CostAdjustmentAssert
public CostAdjustmentAssert(MaterialTransaction materialTransaction, String currencyId, String type, BigDecimal amount, int day, boolean source, boolean unit, String status, boolean isNeedPosting)
-
-
Method Detail
-
getMaterialTransaction
public MaterialTransaction getMaterialTransaction()
-
getCurrency
public Currency getCurrency()
-
getType
public String getType()
-
getAmount
public BigDecimal getAmount()
-
getDay
public int getDay()
-
isSource
public boolean isSource()
-
isUnit
public boolean isUnit()
-
getStatus
public String getStatus()
-
isNeedPosting
public boolean isNeedPosting()
-
-