Class UserDefinedJavaClassDef
java.lang.Object
org.pentaho.di.trans.steps.userdefinedjavaclass.UserDefinedJavaClassDef
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionUserDefinedJavaClassDef
(UserDefinedJavaClassDef.ClassType classType, String className, String source) -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
hashCode()
boolean
isActive()
boolean
void
setActive
(boolean classActive) void
setClassName
(String className) void
setClassType
(UserDefinedJavaClassDef.ClassType classType) void
-
Constructor Details
-
UserDefinedJavaClassDef
public UserDefinedJavaClassDef(UserDefinedJavaClassDef.ClassType classType, String className, String source)
-
-
Method Details
-
hashCode
public int hashCode() -
getChecksum
- Throws:
org.pentaho.di.core.exception.KettleStepException
-
getClassType
-
setClassType
-
getSource
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getTransformedSource
- Throws:
org.pentaho.di.core.exception.KettleStepException
-
setSource
-
getClassName
-
setClassName
-
isTransformClass
public boolean isTransformClass() -
setActive
public void setActive(boolean classActive) -
isActive
public boolean isActive()
-