Class RentsoftProduct
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.rentsoft.common.bean.RentsoftProduct
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class RentsoftProduct extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RentsoftProduct()
-
Method Summary
Modifier and Type Method Description java.lang.String
getServiceKey()
java.lang.String
getServiceName()
void
setServiceKey(java.lang.String serviceKey)
void
setServiceName(java.lang.String serviceName)
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RentsoftProduct
public RentsoftProduct()
-
-
Method Details
-
getServiceKey
public java.lang.String getServiceKey() -
setServiceKey
public void setServiceKey(java.lang.String serviceKey) -
getServiceName
public java.lang.String getServiceName() -
setServiceName
public void setServiceName(java.lang.String serviceName)
-