Class ContractParameter
java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.ContractParameter
-
Constructor Summary
ConstructorDescriptionContractParameter
(int paramId, int paramType, String paramTitle, String paramValue) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getTitle()
getValue()
void
setConfigMap
(ConfigMap configMap) void
setParamId
(int paramId) void
setParamType
(int paramType) void
void
-
Constructor Details
-
ContractParameter
-
-
Method Details
-
getParamId
public int getParamId() -
setParamId
public void setParamId(int paramId) -
getParamType
public int getParamType() -
setParamType
public void setParamType(int paramType) -
getTitle
-
setTitle
-
getValue
-
setValue
-
getConfigMap
-
setConfigMap
-