Package bitel.billing.server.admin.bean
Class ContractParameterPref
java.lang.Object
bitel.billing.server.admin.bean.ContractParameterPref
@Deprecated
public class ContractParameterPref
extends java.lang.Object
Deprecated.
Использовать
ContractParameterGroupAttr-
Constructor Summary
Constructors Constructor Description ContractParameterPref()Deprecated. -
Method Summary
Modifier and Type Method Description ContractParameterPrefconvertToNewPref()Deprecated.intgetId()Deprecated.java.lang.StringgetScript()Deprecated.intgetSort()Deprecated.java.lang.StringgetTitle()Deprecated.intgetType()Deprecated.booleanisHistory()Deprecated.booleanisRead()Deprecated.booleanisWrite()Deprecated.voidsetHistory(boolean history)Deprecated.voidsetId(int id)Deprecated.voidsetRead(boolean read)Deprecated.voidsetScript(java.lang.String script)Deprecated.voidsetSort(int sort)Deprecated.voidsetTitle(java.lang.String title)Deprecated.voidsetType(int type)Deprecated.voidsetWrite(boolean write)Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ContractParameterPref
public ContractParameterPref()Deprecated.
-
-
Method Details
-
getId
public int getId()Deprecated. -
setId
public void setId(int id)Deprecated. -
getType
public int getType()Deprecated. -
setType
public void setType(int type)Deprecated. -
getSort
public int getSort()Deprecated. -
setSort
public void setSort(int sort)Deprecated. -
getTitle
public java.lang.String getTitle()Deprecated. -
setTitle
public void setTitle(java.lang.String title)Deprecated. -
getScript
public java.lang.String getScript()Deprecated. -
setScript
public void setScript(java.lang.String script)Deprecated. -
isHistory
public boolean isHistory()Deprecated. -
setHistory
public void setHistory(boolean history)Deprecated. -
isRead
public boolean isRead()Deprecated. -
setRead
public void setRead(boolean read)Deprecated. -
isWrite
public boolean isWrite()Deprecated. -
setWrite
public void setWrite(boolean write)Deprecated. -
convertToNewPref
Deprecated.
-