@Deprecated
public class DepotEntryGroupRelSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.depot.service.http.DepotEntryGroupRelServiceSoap
.Constructor and Description |
---|
DepotEntryGroupRelSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
boolean |
getDdmStructuresAvailable()
Deprecated.
|
long |
getDepotEntryGroupRelId()
Deprecated.
|
long |
getDepotEntryId()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.util.Date |
getLastPublishDate()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
boolean |
getSearchable()
Deprecated.
|
long |
getToGroupId()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
boolean |
isDdmStructuresAvailable()
Deprecated.
|
boolean |
isSearchable()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setDdmStructuresAvailable(boolean ddmStructuresAvailable)
Deprecated.
|
void |
setDepotEntryGroupRelId(long depotEntryGroupRelId)
Deprecated.
|
void |
setDepotEntryId(long depotEntryId)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setSearchable(boolean searchable)
Deprecated.
|
void |
setToGroupId(long toGroupId)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static DepotEntryGroupRelSoap |
toSoapModel(DepotEntryGroupRel model)
Deprecated.
|
static DepotEntryGroupRelSoap[] |
toSoapModels(DepotEntryGroupRel[] models)
Deprecated.
|
static DepotEntryGroupRelSoap[][] |
toSoapModels(DepotEntryGroupRel[][] models)
Deprecated.
|
static DepotEntryGroupRelSoap[] |
toSoapModels(java.util.List<DepotEntryGroupRel> models)
Deprecated.
|
public static DepotEntryGroupRelSoap toSoapModel(DepotEntryGroupRel model)
public static DepotEntryGroupRelSoap[] toSoapModels(DepotEntryGroupRel[] models)
public static DepotEntryGroupRelSoap[][] toSoapModels(DepotEntryGroupRel[][] models)
public static DepotEntryGroupRelSoap[] toSoapModels(java.util.List<DepotEntryGroupRel> 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 getDepotEntryGroupRelId()
public void setDepotEntryGroupRelId(long depotEntryGroupRelId)
public long getGroupId()
public void setGroupId(long groupId)
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 boolean getDdmStructuresAvailable()
public boolean isDdmStructuresAvailable()
public void setDdmStructuresAvailable(boolean ddmStructuresAvailable)
public long getDepotEntryId()
public void setDepotEntryId(long depotEntryId)
public boolean getSearchable()
public boolean isSearchable()
public void setSearchable(boolean searchable)
public long getToGroupId()
public void setToGroupId(long toGroupId)
public java.util.Date getLastPublishDate()
public void setLastPublishDate(java.util.Date lastPublishDate)