public List<AccDoc> findByDocType(TxDocType docType) { return this.findByDocTypeId(docType.getId()); }
public void setDocType(TxDocType docType) { if (docType != null) { this.__validate_client_context__(docType.getClientId()); } this.docType = docType; }