psdi.iface.proc

Class MaxIfaceCondDetailInfo

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


  • public class MaxIfaceCondDetailInfo
    extends java.lang.Object
    Describes Condition Detail Data
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getChangeType()
      Return change type.
      java.lang.String getColumn()
      Return the name of the column.
      java.lang.String getCompareType()
      Return compare type.
      java.lang.String getCondName()
      Return the name of the condition.
      java.lang.String getCondType()
      Return condition type.
      java.lang.String getEvalType()
      Return the evaluation type.
      int getGLOrder()
      Return GL Order.
      java.lang.String getMboColumnName()
      Return mbo column name.
      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 of the column.
      boolean hasGLOrder()
      Return has GL Order.
      void setChangeType(java.lang.String c)
      Set change type
      void setColumn(java.lang.String c)
      Set the name of the column
      void setCompareType(java.lang.String e)
      Set compare type
      void setCondName(java.lang.String c)
      Set the name of the condition
      void setCondType(java.lang.String c)
      Set condition type
      void setEvalType(java.lang.String e)
      Set the evaluation type
      void setGLOrder(int o)
      Set the GL Order
      void setHasGLOrder(boolean ord)
      Set the has GL Order
      void setMboColumnName(java.lang.String n)
      Set the mbo column name
      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 setValue(java.lang.String v)
      Set value of the column
      java.lang.String toString()
      Dump the details of the MaxIfaceCondDetail.
      • Methods inherited from class java.lang.Object

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

      • MaxIfaceCondDetailInfo

        public MaxIfaceCondDetailInfo()
        Construct the MaxIfaceCondDetailInfo
    • Method Detail

      • getCondName

        public java.lang.String getCondName()
        Return the name of the condition.
        Returns:
        condition name
      • setCondName

        public void setCondName(java.lang.String c)
        Set the name of the condition
        Parameters:
        c - Give condition name.
      • getColumn

        public java.lang.String getColumn()
        Return the name of the column.
        Returns:
        column name
      • setColumn

        public void setColumn(java.lang.String c)
        Set the name of the column
        Parameters:
        c - Give column name.
      • getValue

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

        public void setValue(java.lang.String v)
        Set value of the column
        Parameters:
        v - Give value.
      • getEvalType

        public java.lang.String getEvalType()
        Return the evaluation type.
        Returns:
        evalType Evaluation Type
      • setEvalType

        public void setEvalType(java.lang.String e)
        Set the evaluation type
        Parameters:
        e - Give evaltype.
      • setGLOrder

        public void setGLOrder(int o)
        Set the GL Order
        Parameters:
        o - Give gl order.
      • setHasGLOrder

        public void setHasGLOrder(boolean ord)
        Set the has GL Order
        Parameters:
        org - Give glorder.
      • getCompareType

        public java.lang.String getCompareType()
        Return compare type.
        Returns:
        Compare Type
      • setCompareType

        public void setCompareType(java.lang.String e)
        Set compare type
        Parameters:
        e - Give compare type.
      • getCondType

        public java.lang.String getCondType()
        Return condition type.
        Returns:
        Condition Type
      • setCondType

        public void setCondType(java.lang.String c)
        Set condition type
        Parameters:
        c - Give condition type.
      • setChangeType

        public void setChangeType(java.lang.String c)
        Set change type
        Parameters:
        c - Give change type.
      • getChangeType

        public java.lang.String getChangeType()
        Return change type.
        Returns:
        change type
      • getGLOrder

        public int getGLOrder()
        Return GL Order.
        Returns:
        gl order
      • hasGLOrder

        public boolean hasGLOrder()
        Return has GL Order.
        Returns:
        gas gl order
      • 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.
      • getMboColumnName

        public java.lang.String getMboColumnName()
        Return mbo column name.
        Returns:
        mbo column name
      • setMboColumnName

        public void setMboColumnName(java.lang.String n)
        Set the mbo column name
        Parameters:
        n - Give mbo column 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.
      • toString

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