Interface Lot

    • Method Detail

      • getQuantity

        BigDecimal getQuantity()
        Get the quantity value.
        Returns:
        a java.math.BigDecimal value
      • setQuantity

        void setQuantity​(BigDecimal inQuantity)
        Set the quantity value.
        Parameters:
        inQuantity - a java.math.BigDecimal value
      • getAllocatedQuantity

        BigDecimal getAllocatedQuantity()
        Get the allocatedQuantity value.
        Returns:
        a java.math.BigDecimal value
      • setAllocatedQuantity

        void setAllocatedQuantity​(BigDecimal inAllocatedQuantity)
        Set the allocatedQuantity value.
        Parameters:
        inAllocatedQuantity - a java.math.BigDecimal value
      • getEffectiveDate

        Date getEffectiveDate()
        Get the effectiveDate value.
        Returns:
        a java.util.Date value
      • setEffectiveDate

        void setEffectiveDate​(Date inEffectiveDate)
        Set the effectiveDate value.
        Parameters:
        inEffectiveDate - a java.util.Date value
      • getBasisPrice

        BigDecimal getBasisPrice()
        Get the basisPrice value.
        Returns:
        a java.math.BigDecimal value
      • setBasisPrice

        void setBasisPrice​(BigDecimal inBasisPrice)
        Set the basisPrice value.
        Parameters:
        inBasisPrice - a java.math.BigDecimal value
      • getGain

        BigDecimal getGain()
        Get the gain value.
        Returns:
        a java.math.BigDecimal value
      • setGain

        void setGain​(BigDecimal inGain)
        Set the gain value.
        Parameters:
        inGain - a java.math.BigDecimal value
      • getTradePrice

        BigDecimal getTradePrice()
        Get the tradePrice value.
        Returns:
        a java.math.BigDecimal value
      • setTradePrice

        void setTradePrice​(BigDecimal inTradePrice)
        Set the tradePrice value.
        Parameters:
        inTradePrice - a java.math.BigDecimal value