Class ParamType
java.lang.Object
ru.bitel.bgbilling.kernel.contract.object.common.bean.ParamType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getPos()
int
void
setParamId
(int paramId) void
setPos
(int pos) void
setTypeId
(int typeId)
-
Constructor Details
-
ParamType
public ParamType()
-
-
Method Details
-
getParamId
public int getParamId() -
setParamId
public void setParamId(int paramId) -
getPos
public int getPos() -
setPos
public void setPos(int pos) -
getTypeId
public int getTypeId() -
setTypeId
public void setTypeId(int typeId)
-