Class SystemDataMetaFunction
- java.lang.Object
-
- org.pentaho.di.trans.steps.systemdata.SystemDataMetaFunction
-
public class SystemDataMetaFunction extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemDataMetaFunction(int type, String code, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getDescription()
int
getType()
void
setCode(String code)
void
setDescription(String description)
void
setType(int type)
-
-
-
Method Detail
-
getCode
public String getCode()
- Returns:
- the code
-
setCode
public void setCode(String code)
- Parameters:
code
- the code to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description
- the description to set
-
getType
public int getType()
- Returns:
- the type
-
setType
public void setType(int type)
- Parameters:
type
- the type to set
-
-