psdi.mbo

Class CROSSOVERDomainInfoBase.Detail

    • Constructor Summary

      Constructors 
      Constructor and Description
      Detail() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getErrorGroup()
      Get the error group
      java.lang.String getErrorKey()
      Get the error key
      java.util.ArrayList getFieldInfo()
      Get a list of crossover fields
      java.lang.String getListWhere()
      Get the list where clause
      java.lang.String getObjectName()
      Get the object that is used to validate this domain
      java.lang.String getValidationWhere()
      Get the validation where clause
      void setFieldInfo(java.lang.String srcFld, java.lang.String targetFld, java.lang.String cond1, java.lang.String cond2, boolean srcNull, boolean targetNull)
      Set the crossover field pair
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Detail

        public Detail()
    • Method Detail

      • setFieldInfo

        public void setFieldInfo(java.lang.String srcFld,
                                 java.lang.String targetFld,
                                 java.lang.String cond1,
                                 java.lang.String cond2,
                                 boolean srcNull,
                                 boolean targetNull)
        Set the crossover field pair
        Parameters:
        srcFld -
        targetFld -
        cond1 - Condition evaluated on the source object
        cond2 - Condition evaluated on the destination object
        srcNull - crossover even if source is null or empty value
        targetNull - crossover only if destination field is null or empty value
      • getFieldInfo

        public java.util.ArrayList getFieldInfo()
        Get a list of crossover fields
        Returns:
        An ArrayList of CrossoverFldDetail
      • getObjectName

        public java.lang.String getObjectName()
        Get the object that is used to validate this domain
        Returns:
        object name
      • getValidationWhere

        public java.lang.String getValidationWhere()
        Get the validation where clause
        Returns:
        where clause
      • getListWhere

        public java.lang.String getListWhere()
        Get the list where clause
        Returns:
        where clause
      • getErrorGroup

        public java.lang.String getErrorGroup()
        Get the error group
        Returns:
        error group name
      • getErrorKey

        public java.lang.String getErrorKey()
        Get the error key
        Returns:
        error key