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.String
getComment()
java.util.Date
getDate1()
java.util.Date
getDate2()
void
setComment(java.lang.String comment)
void
setDate1(java.util.Date date1)
void
setDate2(java.util.Date date2)
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
-
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)
-