@Deprecated
public class ListTypeEntrySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.list.type.service.http.ListTypeEntryServiceSoap
.Constructor and Description |
---|
ListTypeEntrySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.lang.String |
getKey()
Deprecated.
|
long |
getListTypeDefinitionId()
Deprecated.
|
long |
getListTypeEntryId()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setKey(java.lang.String key)
Deprecated.
|
void |
setListTypeDefinitionId(long listTypeDefinitionId)
Deprecated.
|
void |
setListTypeEntryId(long listTypeEntryId)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setType(java.lang.String type)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static ListTypeEntrySoap |
toSoapModel(ListTypeEntry model)
Deprecated.
|
static ListTypeEntrySoap[] |
toSoapModels(java.util.List<ListTypeEntry> models)
Deprecated.
|
static ListTypeEntrySoap[] |
toSoapModels(ListTypeEntry[] models)
Deprecated.
|
static ListTypeEntrySoap[][] |
toSoapModels(ListTypeEntry[][] models)
Deprecated.
|
public static ListTypeEntrySoap toSoapModel(ListTypeEntry model)
public static ListTypeEntrySoap[] toSoapModels(ListTypeEntry[] models)
public static ListTypeEntrySoap[][] toSoapModels(ListTypeEntry[][] models)
public static ListTypeEntrySoap[] toSoapModels(java.util.List<ListTypeEntry> 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 getListTypeEntryId()
public void setListTypeEntryId(long listTypeEntryId)
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 long getListTypeDefinitionId()
public void setListTypeDefinitionId(long listTypeDefinitionId)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getType()
public void setType(java.lang.String type)