@Deprecated
public class SXPElementSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.search.experiences.service.http.SXPElementServiceSoap
.Constructor and Description |
---|
SXPElementSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getElementDefinitionJSON()
Deprecated.
|
boolean |
getHidden()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
boolean |
getReadOnly()
Deprecated.
|
java.lang.String |
getSchemaVersion()
Deprecated.
|
int |
getStatus()
Deprecated.
|
long |
getSXPElementId()
Deprecated.
|
java.lang.String |
getTitle()
Deprecated.
|
int |
getType()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
boolean |
isHidden()
Deprecated.
|
boolean |
isReadOnly()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setElementDefinitionJSON(java.lang.String elementDefinitionJSON)
Deprecated.
|
void |
setHidden(boolean hidden)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setReadOnly(boolean readOnly)
Deprecated.
|
void |
setSchemaVersion(java.lang.String schemaVersion)
Deprecated.
|
void |
setStatus(int status)
Deprecated.
|
void |
setSXPElementId(long sxpElementId)
Deprecated.
|
void |
setTitle(java.lang.String title)
Deprecated.
|
void |
setType(int type)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static SXPElementSoap |
toSoapModel(SXPElement model)
Deprecated.
|
static SXPElementSoap[] |
toSoapModels(java.util.List<SXPElement> models)
Deprecated.
|
static SXPElementSoap[] |
toSoapModels(SXPElement[] models)
Deprecated.
|
static SXPElementSoap[][] |
toSoapModels(SXPElement[][] models)
Deprecated.
|
public static SXPElementSoap toSoapModel(SXPElement model)
public static SXPElementSoap[] toSoapModels(SXPElement[] models)
public static SXPElementSoap[][] toSoapModels(SXPElement[][] models)
public static SXPElementSoap[] toSoapModels(java.util.List<SXPElement> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getSXPElementId()
public void setSXPElementId(long sxpElementId)
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 getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getElementDefinitionJSON()
public void setElementDefinitionJSON(java.lang.String elementDefinitionJSON)
public boolean getHidden()
public boolean isHidden()
public void setHidden(boolean hidden)
public boolean getReadOnly()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public java.lang.String getSchemaVersion()
public void setSchemaVersion(java.lang.String schemaVersion)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public int getType()
public void setType(int type)
public int getStatus()
public void setStatus(int status)