public class DepotEntryGroupRelSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.depot.service.http.DepotEntryGroupRelServiceSoap
.Constructor and Description |
---|
DepotEntryGroupRelSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId() |
boolean |
getDdmStructuresAvailable() |
long |
getDepotEntryGroupRelId() |
long |
getDepotEntryId() |
long |
getMvccVersion() |
long |
getPrimaryKey() |
boolean |
getSearchable() |
long |
getToGroupId() |
boolean |
isDdmStructuresAvailable() |
boolean |
isSearchable() |
void |
setCompanyId(long companyId) |
void |
setDdmStructuresAvailable(boolean ddmStructuresAvailable) |
void |
setDepotEntryGroupRelId(long depotEntryGroupRelId) |
void |
setDepotEntryId(long depotEntryId) |
void |
setMvccVersion(long mvccVersion) |
void |
setPrimaryKey(long pk) |
void |
setSearchable(boolean searchable) |
void |
setToGroupId(long toGroupId) |
static DepotEntryGroupRelSoap |
toSoapModel(DepotEntryGroupRel model) |
static DepotEntryGroupRelSoap[] |
toSoapModels(DepotEntryGroupRel[] models) |
static DepotEntryGroupRelSoap[][] |
toSoapModels(DepotEntryGroupRel[][] models) |
static DepotEntryGroupRelSoap[] |
toSoapModels(java.util.List<DepotEntryGroupRel> models) |
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 long getDepotEntryGroupRelId()
public void setDepotEntryGroupRelId(long depotEntryGroupRelId)
public long getCompanyId()
public void setCompanyId(long companyId)
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)