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.StringgetComment()java.lang.StringgetContract()voidsetComment(java.lang.String comment)voidsetContract(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, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, getId, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods 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)
-