Class Experiment


  • public class Experiment
    extends com.bhn.risk.common.Entity
    Author:
    vbabu00
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String applicationName  
      java.lang.String experimentName  
      java.util.List<Rule> rules  
      java.lang.String transactionPath  
      • Fields inherited from class com.bhn.risk.common.Entity

        additionalAttributes, createdTimestamp, creatorId, id, metaId, notes, updatedTimestamp, updaterId, version
    • Constructor Summary

      Constructors 
      Constructor Description
      Experiment()  
    • Method Summary

      • Methods inherited from class com.bhn.risk.common.Entity

        equals, hashCode, toUglyString
      • Methods inherited from class com.bhn.risk.common.SmartObject

        compareTo, copy, createMapper, fromString, fromString, toString, toString, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • experimentName

        @NotNull(errorCode="experimentName.null",
                 message="Experiment name is mandatory")
        public java.lang.String experimentName
      • applicationName

        @NotNull(errorCode="applicationName.null",
                 message="Application name is mandatory")
        public java.lang.String applicationName
      • transactionPath

        @NotNull(errorCode="transactionPath.null",
                 message="TransactionPath is mandatory")
        public java.lang.String transactionPath
      • rules

        @NotNull(errorCode="criteria.null",
                 message="Criteria is mandatory")
        public java.util.List<Rule> rules
    • Constructor Detail

      • Experiment

        public Experiment()