org.pentaho.di.trans.steps.randomvalue
Class RandomValueMetaFunction

java.lang.Object
  extended by org.pentaho.di.trans.steps.randomvalue.RandomValueMetaFunction

public class RandomValueMetaFunction
extends Object


Constructor Summary
RandomValueMetaFunction(int type, String code, String description)
           
 
Method Summary
 String getCode()
           
 String getDescription()
           
 int getType()
           
 void setCode(String code)
           
 void setDescription(String description)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomValueMetaFunction

public RandomValueMetaFunction(int type,
                               String code,
                               String description)
Parameters:
type -
code -
description -
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