fr.etai.xat2v2.util
Class PaymentUtil

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

public final class PaymentUtil
extends Object


Method Summary
static Classification getAdminByRef(Payment payment, String ref)
          Gets the admin from adminList property.
static String getAdminValue(Payment payment, String ref)
          Gets the admin.classification.value from adminList.
static Classification getCommentByRef(Payment payment, String ref)
          Gets the classification from commentList property.
static String getCommentValue(Payment payment, String ref)
          Gets the classification.value from commentList.
static ExplicitDate getDateByRef(Payment payment, String ref)
          Gets the expliciteDate from dateList property.
static Price getPriceByRef(Payment payment, String ref)
          Gets the price from priceList property.
static Classification getProcedureByRef(Payment payment, String ref)
          Gets the procedure from procedureList property.
static String getProcedureValue(Payment payment, String ref)
          Gets the classification.value from procedureList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdminByRef

public static Classification getAdminByRef(Payment payment,
                                           String ref)
Gets the admin from adminList property.

Parameters:
ref -
payment -
Returns:

getAdminValue

public static String getAdminValue(Payment payment,
                                   String ref)
Gets the admin.classification.value from adminList.

Parameters:
payment -
ref -
Returns:

getProcedureByRef

public static Classification getProcedureByRef(Payment payment,
                                               String ref)
Gets the procedure from procedureList property.

Parameters:
payment -
ref -
Returns:

getProcedureValue

public static String getProcedureValue(Payment payment,
                                       String ref)
Gets the classification.value from procedureList.

Parameters:
payment -
ref -
Returns:

getPriceByRef

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

Parameters:
payment -
ref -
Returns:

getDateByRef

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

Parameters:
payment -
ref -
Returns:

getCommentByRef

public static Classification getCommentByRef(Payment payment,
                                             String ref)
Gets the classification from commentList property.

Parameters:
ref -
Returns:

getCommentValue

public static String getCommentValue(Payment payment,
                                     String ref)
Gets the classification.value from commentList.

Parameters:
ref -
Returns:


Copyright © 2012. All Rights Reserved.