Class BaseHopMeta<T>

  • All Implemented Interfaces:
    Cloneable, org.pentaho.di.core.xml.XMLInterface
    Direct Known Subclasses:
    JobHopMeta, TransHopMeta

    public abstract class BaseHopMeta<T>
    extends Object
    implements Cloneable, org.pentaho.di.core.xml.XMLInterface
    This class defines a base hop from one job entry copy to another, or from one step to another.
    Author:
    Alexander Buloichik
    • Field Detail

      • split

        public boolean split
      • from

        protected T from
      • to

        protected T to
      • enabled

        protected boolean enabled
      • changed

        protected boolean changed
      • id

        protected org.pentaho.di.repository.ObjectId id
    • Constructor Detail

      • BaseHopMeta

        public BaseHopMeta()
    • Method Detail

      • getObjectId

        public org.pentaho.di.repository.ObjectId getObjectId()
      • setObjectId

        public void setObjectId​(org.pentaho.di.repository.ObjectId id)
      • setChanged

        public void setChanged()
      • setChanged

        public void setChanged​(boolean ch)
      • hasChanged

        public boolean hasChanged()
      • setEnabled

        public void setEnabled()
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean en)
      • isErrorHop

        public boolean isErrorHop()
      • setErrorHop

        public void setErrorHop​(boolean errorHop)