Class ListParamValue
java.lang.Object
ru.bitel.bgbilling.kernel.contract.param.common.bean.ListParamValue
@Deprecated
public class ListParamValue
extends java.lang.Object
Deprecated.
-
Constructor Summary
Constructors Constructor Description ListParamValue()Deprecated.ListParamValue(int id)Deprecated. -
Method Summary
Modifier and Type Method Description java.lang.StringgetCustomValue()Deprecated.intgetId()Deprecated.java.lang.StringgetValue()Deprecated.voidsetCustomValue(java.lang.String customValue)Deprecated.voidsetId(int id)Deprecated.voidsetValue(java.lang.String value)Deprecated.java.lang.StringtoString()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ListParamValue
public ListParamValue()Deprecated. -
ListParamValue
public ListParamValue(int id)Deprecated.
-
-
Method Details
-
getId
public int getId()Deprecated. -
setId
public void setId(int id)Deprecated. -
getValue
public java.lang.String getValue()Deprecated. -
setValue
public void setValue(java.lang.String value)Deprecated. -
getCustomValue
public java.lang.String getCustomValue()Deprecated. -
setCustomValue
public void setCustomValue(java.lang.String customValue)Deprecated. -
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-
EntityAttrListandContractService.contractParameterGet(int, int)orContractDao.getContractParameter(int, int)