-
public class StandSchema.StatusSchemaListBean
-
-
Field Summary
Fields Modifier and Type Field Description private StringdpCodeprivate StringstandardTypeprivate StringstrategyCodeprivate StringstrategyValue
-
Method Summary
Modifier and Type Method Description StringgetDpCode()voidsetDpCode(String dpCode)StringgetStandardType()voidsetStandardType(String standardType)StringgetStrategyCode()voidsetStrategyCode(String strategyCode)StringgetStrategyValue()voidsetStrategyValue(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)
-
-
-
-