Class SmartHousePackageBase
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.smarthouse.common.bean.SmartHousePackageBase
- All Implemented Interfaces:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
public class SmartHousePackageBase extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SmartHousePackageBase()
-
Method Summary
Modifier and Type Method Description java.lang.String
getComment()
int
getDurationUnitCode()
int
getDurationValue()
java.lang.String
getOptionNames()
Period
getPeriod()
void
setComment(java.lang.String comment)
void
setDurationUnitCode(int durationUnitCode)
void
setDurationValue(int durationValue)
void
setOptionNames(java.lang.String optionNames)
void
setPeriod(Period period)
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SmartHousePackageBase
public SmartHousePackageBase()
-
-
Method Details
-
getPeriod
-
setPeriod
-
getOptionNames
public java.lang.String getOptionNames() -
setOptionNames
public void setOptionNames(java.lang.String optionNames) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
getDurationValue
public int getDurationValue() -
setDurationValue
public void setDurationValue(int durationValue) -
getDurationUnitCode
public int getDurationUnitCode() -
setDurationUnitCode
public void setDurationUnitCode(int durationUnitCode)
-