com.broadleafcommerce.core.rest.api.v2.wrapper.ReferencedWrapper
User: Elbert Bautista
Date: 4/26/12@Deprecated public class ReferencedWrapper extends BaseWrapper implements APIWrapper<Referenced>, APIUnwrapper<Referenced>
This is a JAXB wrapper around Referenced.
This wrapper can either be an instance of:
CreditCardPayment
BankAccountPayment
GiftCardPayment
EmptyReferenced
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountNumber
Deprecated.
|
protected String |
cvvCode
Deprecated.
|
protected Integer |
expirationMonth
Deprecated.
|
protected Integer |
expirationYear
Deprecated.
|
protected Long |
id
Deprecated.
|
protected String |
pan
Deprecated.
|
protected String |
pin
Deprecated.
|
protected String |
referenceNumber
Deprecated.
|
protected String |
routingNumber
Deprecated.
|
protected String |
type
Deprecated.
|
context| Constructor and Description |
|---|
ReferencedWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Deprecated.
|
String |
getCvvCode()
Deprecated.
|
Integer |
getExpirationMonth()
Deprecated.
|
Integer |
getExpirationYear()
Deprecated.
|
Long |
getId()
Deprecated.
|
String |
getPan()
Deprecated.
|
String |
getPin()
Deprecated.
|
String |
getReferenceNumber()
Deprecated.
|
String |
getRoutingNumber()
Deprecated.
|
String |
getType()
Deprecated.
|
void |
setAccountNumber(String accountNumber)
Deprecated.
|
void |
setCvvCode(String cvvCode)
Deprecated.
|
void |
setExpirationMonth(Integer expirationMonth)
Deprecated.
|
void |
setExpirationYear(Integer expirationYear)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setPan(String pan)
Deprecated.
|
void |
setPin(String pin)
Deprecated.
|
void |
setReferenceNumber(String referenceNumber)
Deprecated.
|
void |
setRoutingNumber(String routingNumber)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
Referenced |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
Deprecated.
|
void |
wrapDetails(Referenced model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(Referenced model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected Long id
protected String referenceNumber
protected String type
protected String pan
protected String cvvCode
protected Integer expirationMonth
protected Integer expirationYear
protected String accountNumber
protected String routingNumber
protected String pin
public void wrapDetails(Referenced model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Referenced>public Referenced unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<Referenced>public void wrapSummary(Referenced model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Referenced>public Long getId()
public void setId(Long id)
id - the id to setpublic String getReferenceNumber()
public void setReferenceNumber(String referenceNumber)
referenceNumber - the referenceNumber to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getPan()
public void setPan(String pan)
pan - the pan to setpublic String getCvvCode()
public void setCvvCode(String cvvCode)
cvvCode - the cvvCode to setpublic Integer getExpirationMonth()
public void setExpirationMonth(Integer expirationMonth)
expirationMonth - the expirationMonth to setpublic Integer getExpirationYear()
public void setExpirationYear(Integer expirationYear)
expirationYear - the expirationYear to setpublic String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - the accountNumber to setpublic String getRoutingNumber()
public void setRoutingNumber(String routingNumber)
routingNumber - the routingNumber to setpublic String getPin()
public void setPin(String pin)
pin - the pin to setCopyright © 2017. All rights reserved.