com.liferay.trash.model.impl.TrashVersionImpl
@Deprecated
public class TrashVersionSoap
extends Object
implements Serializable
Constructor and Description |
---|
TrashVersionSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getEntryId()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
int |
getStatus()
Deprecated.
|
String |
getTypeSettings()
Deprecated.
|
long |
getVersionId()
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setEntryId(long entryId)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setStatus(int status)
Deprecated.
|
void |
setTypeSettings(String typeSettings)
Deprecated.
|
void |
setVersionId(long versionId)
Deprecated.
|
static TrashVersionSoap |
toSoapModel(TrashVersion model)
Deprecated.
|
static TrashVersionSoap[] |
toSoapModels(List<TrashVersion> models)
Deprecated.
|
static TrashVersionSoap[] |
toSoapModels(TrashVersion[] models)
Deprecated.
|
static TrashVersionSoap[][] |
toSoapModels(TrashVersion[][] models)
Deprecated.
|
public static TrashVersionSoap toSoapModel(TrashVersion model)
public static TrashVersionSoap[] toSoapModels(TrashVersion[] models)
public static TrashVersionSoap[][] toSoapModels(TrashVersion[][] models)
public static TrashVersionSoap[] toSoapModels(List<TrashVersion> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getVersionId()
public void setVersionId(long versionId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getEntryId()
public void setEntryId(long entryId)
public long getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public String getTypeSettings()
public void setTypeSettings(String typeSettings)
public int getStatus()
public void setStatus(int status)