-
public class StandSchema.StatusSchemaListBean
-
-
Field Summary
Fields Modifier and Type Field Description private String
dpCode
private String
standardType
private String
strategyCode
private String
strategyValue
-
Method Summary
Modifier and Type Method Description String
getDpCode()
void
setDpCode(String dpCode)
String
getStandardType()
void
setStandardType(String standardType)
String
getStrategyCode()
void
setStrategyCode(String strategyCode)
String
getStrategyValue()
void
setStrategyValue(String strategyValue)
-
-
Method Detail
-
getDpCode
String getDpCode()
-
setDpCode
void setDpCode(String dpCode)
-
getStandardType
String getStandardType()
-
setStandardType
void setStandardType(String standardType)
-
getStrategyCode
String getStrategyCode()
-
setStrategyCode
void setStrategyCode(String strategyCode)
-
getStrategyValue
String getStrategyValue()
-
setStrategyValue
void setStrategyValue(String strategyValue)
-
-
-
-