Class ContractContact
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.plugins.dispatch.common.bean.Contact
ru.bitel.bgbilling.plugins.dispatch.common.bean.ContractContact
- All Implemented Interfaces:
java.io.Serializable
,Idable
public class ContractContact extends Contact
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ContractContact()
-
Method Summary
Modifier and Type Method Description java.lang.String
getComment()
java.lang.String
getContract()
void
setComment(java.lang.String comment)
void
setContract(java.lang.String contract)
Methods inherited from class ru.bitel.bgbilling.plugins.dispatch.common.bean.Contact
equals, getContactTypeId, getContractId, getDefaultValue, getValue, getValueForSend, getValueForView, hashCode, setContactTypeId, setContractId, setDefaultValue, setValue, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, getId, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ContractContact
public ContractContact()
-
-
Method Details
-
getContract
public java.lang.String getContract() -
setContract
public void setContract(java.lang.String contract) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment)
-