@Entity public class PaypalConfiguration extends Object implements Serializable
Constructor and Description |
---|
PaypalConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountEmail() |
Long |
getId() |
String |
getTestUrl() |
String |
getUfficialUrl() |
void |
setAccountEmail(String accountEmail) |
void |
setId(Long id) |
void |
setTestUrl(String testUrl) |
void |
setUfficialUrl(String ufficialUrl) |
public Long getId()
public void setId(Long id)
public String getAccountEmail()
public void setAccountEmail(String accountEmail)
public String getTestUrl()
public void setTestUrl(String testUrl)
public String getUfficialUrl()
public void setUfficialUrl(String ufficialUrl)
Copyright © 2013. All Rights Reserved.