psdi.iface.proc

Class MaxReplaceProcInfo

  • java.lang.Object
    • psdi.iface.proc.MaxReplaceProcInfo


  • public class MaxReplaceProcInfo
    extends java.lang.Object
    Describes Replace Rules
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxReplaceProcInfo()
      Construct the MaxReplaceProcInfo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getFieldName()
      Return the name of the field.
      java.lang.String getMboTbName()
      Return the name of the mbo.
      java.lang.String getRelation()
      Return the name of the relation.
      java.lang.String getValue()
      Return value.
      java.lang.String getValueType()
      Return value type.
      boolean isReplaceNull()
      Return replace null flag
      void setFieldName(java.lang.String n)
      Set the name of the field
      void setMboTbName(java.lang.String n)
      Set the name of the mbo
      void setRelation(java.lang.String n)
      Set the name of the relation
      void setReplaceNull(int tr)
      Set replace null flag
      void setValue(java.lang.String o)
      Set value
      void setValueType(java.lang.String n)
      Set value type
      java.lang.String toString()
      Dump the details of the MaxReplaceProcInfo.
      • Methods inherited from class java.lang.Object

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

      • MaxReplaceProcInfo

        public MaxReplaceProcInfo()
        Construct the MaxReplaceProcInfo
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Return value.
        Returns:
        value
      • setValue

        public void setValue(java.lang.String o)
        Set value
        Parameters:
        o - Give value.
      • getValueType

        public java.lang.String getValueType()
        Return value type.
        Returns:
        value type
      • setValueType

        public void setValueType(java.lang.String n)
        Set value type
        Parameters:
        n - Give value type.
      • getMboTbName

        public java.lang.String getMboTbName()
        Return the name of the mbo.
        Returns:
        mbo name
      • setMboTbName

        public void setMboTbName(java.lang.String n)
        Set the name of the mbo
        Parameters:
        n - Give mbo name.
      • getFieldName

        public java.lang.String getFieldName()
        Return the name of the field.
        Returns:
        field name
      • setFieldName

        public void setFieldName(java.lang.String n)
        Set the name of the field
        Parameters:
        n - Give field name.
      • getRelation

        public java.lang.String getRelation()
        Return the name of the relation.
        Returns:
        relation name
      • setRelation

        public void setRelation(java.lang.String n)
        Set the name of the relation
        Parameters:
        n - Give relation name.
      • setReplaceNull

        public void setReplaceNull(int tr)
        Set replace null flag
        Parameters:
        tr - Give ReplaceNull flag.
      • isReplaceNull

        public boolean isReplaceNull()
        Return replace null flag
        Returns:
        ReplaceNull flag
      • toString

        public java.lang.String toString()
        Dump the details of the MaxReplaceProcInfo. Use for debugging only !
        Overrides:
        toString in class java.lang.Object