Class Dealer
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.card.common.bean.Dealer
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Dealer.Builderbuilder()booleanlongintintfloatintgetDate1()getDate2()intgetError()longgetIp()getLogin()intintfloatgetPt()intintintintgetType()setAllowcontracts(long allowcontracts) setAllowcontractsMode(int allowcontractsMode) setCanselTime(int endTime) setCardContract(String cardContract) setCardPercent(float cardPercent) setComment(String comment) setContractId(int contractId) setError(int error) setFindmodes(long findmodes) setParams(int params) setPassword(String password) setPayComissionType(int payComissionType) setPayContract(String payContract) setPayPercent(float payPercent) setStatFinded(int finded) setStatPayed(int payed) setStatRequest(int request) setType(int type) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Field Details
-
PARAM_TEST
public static final int PARAM_TEST- See Also:
-
PARAM_TEST_STR
- See Also:
-
-
Constructor Details
-
Dealer
public Dealer()
-
-
Method Details
-
canAppendComment
public boolean canAppendComment() -
getAllowcontracts
public long getAllowcontracts() -
getAllowcontractsMode
public int getAllowcontractsMode() -
getCanselTime
public int getCanselTime() -
getCardContract
-
getCardPercent
public float getCardPercent() -
getComment
-
getContractId
public int getContractId() -
getDate1
-
getDate2
-
getError
public int getError() -
getFindmodes
public long getFindmodes() -
getIp
-
getLogin
-
getParams
public int getParams() -
getPassword
-
getPayComissionType
public int getPayComissionType() -
getPayContract
-
getPayPercent
public float getPayPercent() -
getPt
-
getStatFinded
public int getStatFinded() -
getStatPayed
public int getStatPayed() -
getStatRequest
public int getStatRequest() -
getType
public int getType() -
setAllowcontracts
-
setAllowcontractsMode
-
setCanselTime
-
setCardContract
-
setCardPercent
-
setComment
-
setContractId
-
setDate1
-
setDate2
-
setError
-
setFindmodes
-
setIp
-
setLogin
-
setParams
-
setPassword
-
setPayComissionType
-
setPayContract
-
setPayPercent
-
setPt
-
setStatFinded
-
setStatPayed
-
setStatRequest
-
setType
-
builder
-