public static final class DenormalizedBatch.Factory extends Object
DenormalizedBatch.| Constructor and Description |
|---|
DenormalizedBatch.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static DenormalizedBatch |
newInstance()
Constructs a new instance of
DenormalizedBatch. |
static DenormalizedBatch |
newInstance(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Constructs a new instance of
DenormalizedBatch, taking all possible properties
(except the identifier(s))as arguments. |
static DenormalizedBatch |
newInstance(Short rankOrder,
Short flatRankOrder,
Short treeLevel,
Boolean isLanding,
Boolean isDiscard,
QualityFlag qualityFlag)
Constructs a new instance of
DenormalizedBatch, taking all required and/or
read-only properties as arguments. |
public static DenormalizedBatch newInstance()
DenormalizedBatch.public static DenormalizedBatch newInstance(Short rankOrder, Short flatRankOrder, Short treeLevel, Boolean isLanding, Boolean isDiscard, QualityFlag qualityFlag)
DenormalizedBatch, taking all required and/or
read-only properties as arguments.public static DenormalizedBatch newInstance(Short rankOrder, Short flatRankOrder, Float weight, Float indirectWeight, Float elevateWeight, Integer individualCount, Integer indirectIndividualCount, Integer elevateIndividualCount, Float samplingRatio, String samplingRatioText, Boolean exhaustiveInventory, Boolean childBatchsReplication, String comments, Short treeLevel, String treeIndent, String sortingValuesText, Boolean isLanding, Boolean isDiscard, Timestamp updateDate, Float elevateContextWeight, String label, TaxonGroup calculatedTaxonGroup, ReferenceTaxon referenceTaxon, ReferenceTaxon inheritedReferenceTaxon, QualityFlag qualityFlag, DenormalizedBatch parentBatch, Collection<DenormalizedBatch> childBatchs, TaxonGroup inheritedTaxonGroup, Method weightMethod, TaxonGroup taxonGroup, Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues, Sale sale, Operation operation)
DenormalizedBatch, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.