Package org.pentaho.di.base
Class BaseHopMeta<T>
java.lang.Object
org.pentaho.di.base.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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
org.pentaho.di.repository.ObjectId
boolean
boolean
boolean
void
void
setChanged
(boolean ch) void
void
setEnabled
(boolean en) void
setErrorHop
(boolean errorHop) void
setObjectId
(org.pentaho.di.repository.ObjectId id) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.core.xml.XMLInterface
getXML
-
Field Details
-
XML_TAG
- See Also:
-
split
public boolean split -
from
-
to
-
enabled
protected boolean enabled -
changed
protected boolean changed -
id
protected org.pentaho.di.repository.ObjectId id
-
-
Constructor Details
-
BaseHopMeta
public BaseHopMeta()
-
-
Method Details
-
getObjectId
public org.pentaho.di.repository.ObjectId getObjectId() -
setObjectId
public void setObjectId(org.pentaho.di.repository.ObjectId id) -
clone
-
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)
-