public class SystemDataMetaFunction extends Object
| Constructor and Description | 
|---|
SystemDataMetaFunction(int type,
                      String code,
                      String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCode()  | 
String | 
getDescription()  | 
int | 
getType()  | 
void | 
setCode(String code)  | 
void | 
setDescription(String description)  | 
void | 
setType(int type)  | 
public String getCode()
public void setCode(String code)
code - the code to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic int getType()
public void setType(int type)
type - the type to set