public class RedirectNotFoundEntrySoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RedirectNotFoundEntrySoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
long |
getGroupId() |
long |
getHits() |
java.util.Date |
getModifiedDate() |
long |
getMvccVersion() |
long |
getPrimaryKey() |
long |
getRedirectNotFoundEntryId() |
java.lang.String |
getUrl() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setGroupId(long groupId) |
void |
setHits(long hits) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long pk) |
void |
setRedirectNotFoundEntryId(long redirectNotFoundEntryId) |
void |
setUrl(java.lang.String url) |
static RedirectNotFoundEntrySoap |
toSoapModel(RedirectNotFoundEntry model) |
static RedirectNotFoundEntrySoap[] |
toSoapModels(java.util.List<RedirectNotFoundEntry> models) |
static RedirectNotFoundEntrySoap[] |
toSoapModels(RedirectNotFoundEntry[] models) |
static RedirectNotFoundEntrySoap[][] |
toSoapModels(RedirectNotFoundEntry[][] models) |
public static RedirectNotFoundEntrySoap toSoapModel(RedirectNotFoundEntry model)
public static RedirectNotFoundEntrySoap[] toSoapModels(RedirectNotFoundEntry[] models)
public static RedirectNotFoundEntrySoap[][] toSoapModels(RedirectNotFoundEntry[][] models)
public static RedirectNotFoundEntrySoap[] toSoapModels(java.util.List<RedirectNotFoundEntry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getRedirectNotFoundEntryId()
public void setRedirectNotFoundEntryId(long redirectNotFoundEntryId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
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 getHits()
public void setHits(long hits)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)