Class ProofOfConcept


  • public class ProofOfConcept
    extends java.lang.Object
    • Field Detail

      • reproductionSteps

        private java.lang.String reproductionSteps
      • environment

        private java.lang.String environment
      • supportingMaterial

        private java.util.List<AttachmentText> supportingMaterial
    • Constructor Detail

      • ProofOfConcept

        public ProofOfConcept()
    • Method Detail

      • getEnvironment

        public java.lang.String getEnvironment()
      • setEnvironment

        public void setEnvironment​(java.lang.String environment)
      • getSupportingMaterial

        public java.util.List<AttachmentText> getSupportingMaterial()
      • setSupportingMaterial

        public void setSupportingMaterial​(java.util.List<AttachmentText> supportingMaterial)
      • getReproductionSteps

        public java.lang.String getReproductionSteps()
      • setReproductionSteps

        public void setReproductionSteps​(java.lang.String reproductionSteps)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object