Class Dealer
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.cerbercrypt.common.bean.Dealer
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class Dealer extends IdTitle implements ListItem
Дилер.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Dealer() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComment()java.util.DategetDate1()java.util.DategetDate2()voidsetComment(java.lang.String comment)voidsetDate1(java.util.Date date1)voidsetDate2(java.util.Date date2)Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Dealer
public Dealer()
-
-
Method Details
-
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
getDate1
public java.util.Date getDate1() -
setDate1
public void setDate1(java.util.Date date1) -
getDate2
public java.util.Date getDate2() -
setDate2
public void setDate2(java.util.Date date2)
-