Class SignOffPnLVectorScalingDTO


  • public class SignOffPnLVectorScalingDTO
    extends PnLVectorScalingDTO
    DTO for the PnL vector scaling used for sign-off adjustments
    • Constructor Detail

      • SignOffPnLVectorScalingDTO

        public SignOffPnLVectorScalingDTO()
    • Method Detail

      • getKeyOfAdjustment

        public String getKeyOfAdjustment()
      • setKeyOfAdjustment

        public void setKeyOfAdjustment​(String keyOfAdjustment)
      • getLabel

        public String getLabel()
        Get label of the adjustment
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
        Set label of the adjustment
        Parameters:
        label - label
      • getRiskMandateId

        public String getRiskMandateId()
        Get the id of the mandate associated to the adjustment
        Returns:
        id
      • setRiskMandateId

        public void setRiskMandateId​(String riskMandateId)
        Set the id of the mandate associated to the adjustment
        Parameters:
        riskMandateId - id
      • getRiskMandateAsOfDate

        public String getRiskMandateAsOfDate()
        Get the as of date of the mandate associated to the adjustment
        Returns:
        string representation of as of date
      • setRiskMandateAsOfDate

        public void setRiskMandateAsOfDate​(String riskMandateAsOfDate)
        Set the as of date of the mandate associated to the adjustment
        Parameters:
        riskMandateAsOfDate - string representation of as of date
      • getComment

        public String getComment()
        Get the comment of the adjustment
        Returns:
        comment
      • setComment

        public void setComment​(String comment)
        Set the comment of the adjustment
        Parameters:
        comment - comment
      • getPersisted

        public boolean getPersisted()
        Returns:
        true if persisted, false if not
      • setPersisted

        public void setPersisted​(boolean persisted)
      • setValidFrom

        public void setValidFrom​(String validFrom)
      • getValidTo

        public String getValidTo()
      • setValidTo

        public void setValidTo​(String validTo)
      • getValidFrom

        public String getValidFrom()