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());
 }
Esempio n. 7
0
 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());
 }
Esempio n. 13
0
 public boolean hasRawSql() {
   return JwUtility.hasValue(_rawSql);
 }
Esempio n. 14
0
 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());
 }
Esempio n. 20
0
 public boolean hasExpandedSql() {
   return JwUtility.hasValue(_expandedSql);
 }