@Deprecated
public class CommerceCountrySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.commerce.service.http.CommerceCountryServiceSoap.| Constructor and Description |
|---|
CommerceCountrySoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Deprecated.
|
boolean |
getBillingAllowed()
Deprecated.
|
boolean |
getChannelFilterEnabled()
Deprecated.
|
long |
getCommerceCountryId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.util.Date |
getLastPublishDate()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
int |
getNumericISOCode()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
double |
getPriority()
Deprecated.
|
boolean |
getShippingAllowed()
Deprecated.
|
boolean |
getSubjectToVAT()
Deprecated.
|
java.lang.String |
getThreeLettersISOCode()
Deprecated.
|
java.lang.String |
getTwoLettersISOCode()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
boolean |
isActive()
Deprecated.
|
boolean |
isBillingAllowed()
Deprecated.
|
boolean |
isChannelFilterEnabled()
Deprecated.
|
boolean |
isShippingAllowed()
Deprecated.
|
boolean |
isSubjectToVAT()
Deprecated.
|
void |
setActive(boolean active)
Deprecated.
|
void |
setBillingAllowed(boolean billingAllowed)
Deprecated.
|
void |
setChannelFilterEnabled(boolean channelFilterEnabled)
Deprecated.
|
void |
setCommerceCountryId(long commerceCountryId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setNumericISOCode(int numericISOCode)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setPriority(double priority)
Deprecated.
|
void |
setShippingAllowed(boolean shippingAllowed)
Deprecated.
|
void |
setSubjectToVAT(boolean subjectToVAT)
Deprecated.
|
void |
setThreeLettersISOCode(java.lang.String threeLettersISOCode)
Deprecated.
|
void |
setTwoLettersISOCode(java.lang.String twoLettersISOCode)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static CommerceCountrySoap |
toSoapModel(CommerceCountry model)
Deprecated.
|
static CommerceCountrySoap[] |
toSoapModels(CommerceCountry[] models)
Deprecated.
|
static CommerceCountrySoap[][] |
toSoapModels(CommerceCountry[][] models)
Deprecated.
|
static CommerceCountrySoap[] |
toSoapModels(java.util.List<CommerceCountry> models)
Deprecated.
|
public static CommerceCountrySoap toSoapModel(CommerceCountry model)
public static CommerceCountrySoap[] toSoapModels(CommerceCountry[] models)
public static CommerceCountrySoap[][] toSoapModels(CommerceCountry[][] models)
public static CommerceCountrySoap[] toSoapModels(java.util.List<CommerceCountry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getCommerceCountryId()
public void setCommerceCountryId(long commerceCountryId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean getBillingAllowed()
public boolean isBillingAllowed()
public void setBillingAllowed(boolean billingAllowed)
public boolean getShippingAllowed()
public boolean isShippingAllowed()
public void setShippingAllowed(boolean shippingAllowed)
public java.lang.String getTwoLettersISOCode()
public void setTwoLettersISOCode(java.lang.String twoLettersISOCode)
public java.lang.String getThreeLettersISOCode()
public void setThreeLettersISOCode(java.lang.String threeLettersISOCode)
public int getNumericISOCode()
public void setNumericISOCode(int numericISOCode)
public boolean getSubjectToVAT()
public boolean isSubjectToVAT()
public void setSubjectToVAT(boolean subjectToVAT)
public double getPriority()
public void setPriority(double priority)
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)
public java.util.Date getLastPublishDate()
public void setLastPublishDate(java.util.Date lastPublishDate)
public boolean getChannelFilterEnabled()
public boolean isChannelFilterEnabled()
public void setChannelFilterEnabled(boolean channelFilterEnabled)