CommcareStockTransaction

public class CommcareStockTransaction

Represents a single CommCare stock transaction.

Methods

getProductId

public String getProductId()

getProductName

public String getProductName()

getQuantity

public double getQuantity()

getSectionId

public String getSectionId()

getStockOnHand

public double getStockOnHand()

getTransactionDate

public String getTransactionDate()

getType

public String getType()

setProductId

public void setProductId(String productId)

setProductName

public void setProductName(String productName)

setQuantity

public void setQuantity(double quantity)

setSectionId

public void setSectionId(String sectionId)

setStockOnHand

public void setStockOnHand(double stockOnHand)

setTransactionDate

public void setTransactionDate(String transactionDate)

setType

public void setType(String type)