@Deprecated
public class RegionSoap
extends Object
implements Serializable
RegionServiceSoap
.Constructor and Description |
---|
RegionSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getCountryId()
Deprecated.
|
Date |
getCreateDate()
Deprecated.
|
String |
getDefaultLanguageId()
Deprecated.
|
Date |
getLastPublishDate()
Deprecated.
|
Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
String |
getName()
Deprecated.
|
double |
getPosition()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
String |
getRegionCode()
Deprecated.
|
long |
getRegionId()
Deprecated.
|
long |
getUserId()
Deprecated.
|
String |
getUserName()
Deprecated.
|
String |
getUuid()
Deprecated.
|
boolean |
isActive()
Deprecated.
|
void |
setActive(boolean active)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCountryId(long countryId)
Deprecated.
|
void |
setCreateDate(Date createDate)
Deprecated.
|
void |
setDefaultLanguageId(String defaultLanguageId)
Deprecated.
|
void |
setLastPublishDate(Date lastPublishDate)
Deprecated.
|
void |
setModifiedDate(Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setPosition(double position)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setRegionCode(String regionCode)
Deprecated.
|
void |
setRegionId(long regionId)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(String userName)
Deprecated.
|
void |
setUuid(String uuid)
Deprecated.
|
static RegionSoap |
toSoapModel(Region model)
Deprecated.
|
static RegionSoap[] |
toSoapModels(List<Region> models)
Deprecated.
|
static RegionSoap[] |
toSoapModels(Region[] models)
Deprecated.
|
static RegionSoap[][] |
toSoapModels(Region[][] models)
Deprecated.
|
public static RegionSoap toSoapModel(Region model)
public static RegionSoap[] toSoapModels(Region[] models)
public static RegionSoap[][] toSoapModels(Region[][] models)
public static RegionSoap[] toSoapModels(List<Region> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public String getUuid()
public void setUuid(String uuid)
public String getDefaultLanguageId()
public void setDefaultLanguageId(String defaultLanguageId)
public long getRegionId()
public void setRegionId(long regionId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public String getUserName()
public void setUserName(String userName)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public long getCountryId()
public void setCountryId(long countryId)
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)
public String getName()
public void setName(String name)
public double getPosition()
public void setPosition(double position)
public String getRegionCode()
public void setRegionCode(String regionCode)
public Date getLastPublishDate()
public void setLastPublishDate(Date lastPublishDate)