@ProviderType
public class WebsiteSoap
extends Object
implements Serializable
WebsiteServiceSoap
.WebsiteServiceSoap
,
Serialized FormConstructor and Description |
---|
WebsiteSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getClassNameId() |
long |
getClassPK() |
long |
getCompanyId() |
Date |
getCreateDate() |
Date |
getLastPublishDate() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
boolean |
getPrimary() |
long |
getPrimaryKey() |
long |
getTypeId() |
String |
getUrl() |
long |
getUserId() |
String |
getUserName() |
String |
getUuid() |
long |
getWebsiteId() |
boolean |
isPrimary() |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setLastPublishDate(Date lastPublishDate) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimary(boolean primary) |
void |
setPrimaryKey(long pk) |
void |
setTypeId(long typeId) |
void |
setUrl(String url) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUuid(String uuid) |
void |
setWebsiteId(long websiteId) |
static WebsiteSoap |
toSoapModel(Website model) |
static WebsiteSoap[] |
toSoapModels(List<Website> models) |
static WebsiteSoap[] |
toSoapModels(Website[] models) |
static WebsiteSoap[][] |
toSoapModels(Website[][] models) |
public static WebsiteSoap toSoapModel(Website model)
public static WebsiteSoap[] toSoapModels(Website[] models)
public static WebsiteSoap[][] toSoapModels(Website[][] models)
public static WebsiteSoap[] toSoapModels(List<Website> 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 long getWebsiteId()
public void setWebsiteId(long websiteId)
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 getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public String getUrl()
public void setUrl(String url)
public long getTypeId()
public void setTypeId(long typeId)
public boolean getPrimary()
public boolean isPrimary()
public void setPrimary(boolean primary)
public Date getLastPublishDate()
public void setLastPublishDate(Date lastPublishDate)