Class ContractDocType
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.ContractDocType
public class ContractDocType
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ContractDocType()
-
Method Summary
Modifier and Type Method Description int
getContractId()
int
getDocTypeId()
java.lang.String
getDocTypeTitle()
int
getId()
void
setContractId(int contractId)
void
setDocTypeId(int docTypeId)
void
setDocTypeTitle(java.lang.String docTypeTitle)
void
setId(int id)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ContractDocType
public ContractDocType()
-
-
Method Details
-
getDocTypeTitle
public java.lang.String getDocTypeTitle() -
setDocTypeTitle
public void setDocTypeTitle(java.lang.String docTypeTitle) -
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getDocTypeId
public int getDocTypeId() -
setDocTypeId
public void setDocTypeId(int docTypeId) -
getId
public int getId() -
setId
public void setId(int id)
-