-
- All Implemented Interfaces:
-
java.io.Serializable
public class FunctionListBean implements Serializable
create by nielev on 2018/12/3
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
FUNCTION_CODE_WHITE
public final static String
FUNCTION_CODE_COLOR
private int
id
private int
status
private int
functionType
private String
productId
private String
functionName
private String
functionCode
List<FunctionDataPoint>
dataPoints
-
Method Summary
Modifier and Type Method Description int
getId()
void
setId(int id)
int
getStatus()
void
setStatus(int status)
int
getFunctionType()
void
setFunctionType(int functionType)
String
getProductId()
void
setProductId(String productId)
String
getFunctionName()
void
setFunctionName(String functionName)
String
getFunctionCode()
void
setFunctionCode(String functionCode)
List<FunctionDataPoint>
getDataPoints()
void
setDataPoints(List<FunctionDataPoint> dataPoints)
-
-
Method Detail
-
getId
int getId()
-
setId
void setId(int id)
-
getStatus
int getStatus()
-
setStatus
void setStatus(int status)
-
getFunctionType
int getFunctionType()
-
setFunctionType
void setFunctionType(int functionType)
-
getProductId
String getProductId()
-
setProductId
void setProductId(String productId)
-
getFunctionName
String getFunctionName()
-
setFunctionName
void setFunctionName(String functionName)
-
getFunctionCode
String getFunctionCode()
-
setFunctionCode
void setFunctionCode(String functionCode)
-
getDataPoints
List<FunctionDataPoint> getDataPoints()
-
setDataPoints
void setDataPoints(List<FunctionDataPoint> dataPoints)
-
-
-
-