Class DrwebTariff
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.drwebn.common.bean.DrwebTariff
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionСтрока - имя объекта.intintgetSid()intgetTitle()booleansetDateFromView(Date dateFromView) setDateFromWork(Date dateFromWork) setDateToView(Date dateToView) setDateToWork(Date dateToWork) setGroupForView(String groupForView) setGroupTitle(String groupTitle) setId(int id) Устанавливает id объектаsetNextTariff(int nextTariff) setOnlyForNew(boolean onlyForNew) setSid(int sid) setSidForNew(int sidForNew) toString()
-
Constructor Details
-
DrwebTariff
public DrwebTariff()
-
-
Method Details
-
setId
Description copied from class:IdУстанавливает id объекта -
getSid
public int getSid() -
setSid
-
getTitle
-
setTitle
-
getGroupTitle
-
setGroupTitle
-
getDateFromView
-
setDateFromView
-
getDateToView
-
setDateToView
-
getDateFromWork
-
setDateFromWork
-
getDateToWork
-
setDateToWork
-
getNextTariff
public int getNextTariff() -
setNextTariff
-
getGroupForView
-
setGroupForView
-
isOnlyForNew
public boolean isOnlyForNew() -
setOnlyForNew
-
getSidForNew
public int getSidForNew() -
setSidForNew
-
toString
-
getGuiTitle
Description copied from interface:GuiTitlableСтрока - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitlein interfaceGuiTitlable- Returns:
- Строка - представление объекта.
-