fr.etai.xat2v2.util
Class VehicleClassificationUtil

java.lang.Object
  extended by fr.etai.xat2v2.util.VehicleClassificationUtil

public final class VehicleClassificationUtil
extends Object


Method Summary
static Classification getAlternativeRefByRef(VehicleClassification vehicleClassification, String dic, String ref)
          Gets the classification from alternativeRefList property.
static String getAlternativeRefValue(VehicleClassification vehicleClassification, String dic, String ref)
          Gets the classification.value from alternativeRefList.
static ExplicitDate getDateByRef(VehicleClassification vehicleClassification, String ref)
          Gets the expliciteDate from dateList property.
static Price getPriceByRef(VehicleClassification vehicleClassification, String ref)
          Gets the price from priceList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAlternativeRefByRef

public static Classification getAlternativeRefByRef(VehicleClassification vehicleClassification,
                                                    String dic,
                                                    String ref)
Gets the classification from alternativeRefList property.

Parameters:
vehicleClassification -
dic -
ref -
Returns:
possible object is Classification

getAlternativeRefValue

public static String getAlternativeRefValue(VehicleClassification vehicleClassification,
                                            String dic,
                                            String ref)
Gets the classification.value from alternativeRefList.

Parameters:
vehicleClassification -
dic -
ref -
Returns:

getDateByRef

public static ExplicitDate getDateByRef(VehicleClassification vehicleClassification,
                                        String ref)
Gets the expliciteDate from dateList property.

Parameters:
vehicleClassification -
ref -
Returns:

getPriceByRef

public static Price getPriceByRef(VehicleClassification vehicleClassification,
                                  String ref)
Gets the price from priceList property.

Parameters:
vehicleClassification -
ref -
Returns:


Copyright © 2012. All Rights Reserved.