public boolean hasConsignedFailurePercentDisplay() { return JwUtility.hasValue(getConsignedFailurePercentDisplay()); }
public boolean hasDueDtTitle() { return JwUtility.hasValue(getDueDtTitle()); }
public boolean hasConsignedSuccessPercentDisplay() { return JwUtility.hasValue(getConsignedSuccessPercentDisplay()); }
public boolean hasTypeDisplayLabel() { return JwUtility.hasValue(getTypeDisplayLabel()); }
public boolean hasErrorDisplayLabel() { return JwUtility.hasValue(getErrorDisplayLabel()); }
public boolean hasDeliveredOfHandledPercentDisplay() { return JwUtility.hasValue(getDeliveredOfHandledPercentDisplay()); }
public boolean hasErrorMessage() { return JwUtility.hasValue(_errorMessage); }
public boolean hasContractedParty() { return JwUtility.hasValue(_contractedParty); }
public boolean hasSubcontractedCarriers() { return JwUtility.hasValue(_subcontractedCarriers); }
public boolean hasCarrierOrigin() { return JwUtility.hasValue(_carrierOrigin); }
public boolean hasCarrierDestination() { return JwUtility.hasValue(_carrierDestination); }
public boolean hasReferenceNumberDisplayLabel() { return JwUtility.hasValue(getReferenceNumberDisplayLabel()); }
public boolean hasRawSql() { return JwUtility.hasValue(_rawSql); }
public boolean hasSchemaName() { return JwUtility.hasValue(_schemaName); }
public boolean hasHandledSuccessPercentDisplay() { return JwUtility.hasValue(getHandledSuccessPercentDisplay()); }
public boolean hasDateRangeDisplayLabel() { return JwUtility.hasValue(getDateRangeDisplayLabel()); }
public boolean hasHandledFailurePercentDisplay() { return JwUtility.hasValue(getHandledFailurePercentDisplay()); }
public boolean hasStatusDisplayLabel() { return JwUtility.hasValue(getStatusDisplayLabel()); }
public boolean hasLateOfHandledPercentDisplay() { return JwUtility.hasValue(getLateOfHandledPercentDisplay()); }
public boolean hasExpandedSql() { return JwUtility.hasValue(_expandedSql); }