0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
plugins
/
vmcalculation
/
avalara
/
classes
/
BatchSvc
/
[
Home
]
File: BatchSaveResult.class.php
<?php if (!defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not allowed.'); /** * BatchSaveResult.class.php */ /** * * * @author Avalara * @copyright � 2004 - 2011 Avalara, Inc. All rights reserved. * @package Batch */ class BatchSaveResult extends BaseResult { private $BatchId; // int private $EstimatedCompletion; // dateTime public function setBatchId($value){$this->BatchId=$value;} // int public function getBatchId(){return $this->BatchId;} // int public function setEstimatedCompletion($value){$this->EstimatedCompletion=$value;} // dateTime public function getEstimatedCompletion(){return $this->EstimatedCompletion;} // dateTime } ?>
©
2018.