@Deprecated
public class CommerceRegionSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.commerce.service.http.CommerceRegionServiceSoap.| Constructor and Description |
|---|
CommerceRegionSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Deprecated.
|
java.lang.String |
getCode()
Deprecated.
|
long |
getCommerceCountryId()
Deprecated.
|
long |
getCommerceRegionId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.util.Date |
getLastPublishDate()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
double |
getPriority()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
boolean |
isActive()
Deprecated.
|
void |
setActive(boolean active)
Deprecated.
|
void |
setCode(java.lang.String code)
Deprecated.
|
void |
setCommerceCountryId(long commerceCountryId)
Deprecated.
|
void |
setCommerceRegionId(long commerceRegionId)
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 |
setPrimaryKey(long pk)
Deprecated.
|
void |
setPriority(double priority)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static CommerceRegionSoap |
toSoapModel(CommerceRegion model)
Deprecated.
|
static CommerceRegionSoap[] |
toSoapModels(CommerceRegion[] models)
Deprecated.
|
static CommerceRegionSoap[][] |
toSoapModels(CommerceRegion[][] models)
Deprecated.
|
static CommerceRegionSoap[] |
toSoapModels(java.util.List<CommerceRegion> models)
Deprecated.
|
public static CommerceRegionSoap toSoapModel(CommerceRegion model)
public static CommerceRegionSoap[] toSoapModels(CommerceRegion[] models)
public static CommerceRegionSoap[][] toSoapModels(CommerceRegion[][] models)
public static CommerceRegionSoap[] toSoapModels(java.util.List<CommerceRegion> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getCommerceRegionId()
public void setCommerceRegionId(long commerceRegionId)
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 long getCommerceCountryId()
public void setCommerceCountryId(long commerceCountryId)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getCode()
public void setCode(java.lang.String code)
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)