Class Invoice
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.BillDoc
ru.bitel.bgbilling.modules.bill.server.bean.Invoice
public class Invoice extends BillDoc
-
Constructor Summary
Constructors Constructor Description Invoice()
-
Method Summary
Modifier and Type Method Description int
getUnloadStatus()
boolean
isShowReady()
void
setShowReady(boolean showReady)
void
setUnloadStatus(int unloadStatus)
Methods inherited from class ru.bitel.bgbilling.modules.bill.server.bean.BillDoc
getAddress, getBankAccount, getContractComment, getContractId, getContractTitle, getCorrection, getCreateDate, getDocument, getFormatNumber, getId, getMm, getNpid, getNumber, getNumberInMonth, getNumberInYear, getOrganization, getPositionList, getRecipient, getSumm, getTypeId, getTypeTitle, getUid, getUserId, getUserName, getXml, getXmlData, getYy, setAddress, setBankAccount, setContractComment, setContractId, setContractTitle, setCorrection, setCreateDate, setDocument, setFormatNumber, setId, setMm, setNpid, setNumber, setNumberInMonth, setNumberInYear, setOrganization, setPositionList, setRecipient, setSumm, setTypeId, setTypeTitle, setUid, setUserId, setUserName, setXml, setXmlData, setYy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Invoice
public Invoice()
-
-
Method Details
-
isShowReady
public boolean isShowReady() -
setShowReady
public void setShowReady(boolean showReady) -
getUnloadStatus
public int getUnloadStatus() -
setUnloadStatus
public void setUnloadStatus(int unloadStatus)
-