@ProviderType
public class DLContentSoap
extends Object
implements Serializable
Constructor and Description |
---|
DLContentSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId() |
long |
getContentId() |
Blob |
getData() |
long |
getGroupId() |
String |
getPath() |
long |
getPrimaryKey() |
long |
getRepositoryId() |
long |
getSize() |
String |
getVersion() |
void |
setCompanyId(long companyId) |
void |
setContentId(long contentId) |
void |
setData(Blob data) |
void |
setGroupId(long groupId) |
void |
setPath(String path) |
void |
setPrimaryKey(long pk) |
void |
setRepositoryId(long repositoryId) |
void |
setSize(long size) |
void |
setVersion(String version) |
static DLContentSoap |
toSoapModel(DLContent model) |
static DLContentSoap[] |
toSoapModels(DLContent[] models) |
static DLContentSoap[][] |
toSoapModels(DLContent[][] models) |
static DLContentSoap[] |
toSoapModels(List<DLContent> models) |
public static DLContentSoap toSoapModel(DLContent model)
public static DLContentSoap[] toSoapModels(DLContent[] models)
public static DLContentSoap[][] toSoapModels(DLContent[][] models)
public static DLContentSoap[] toSoapModels(List<DLContent> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getContentId()
public void setContentId(long contentId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getRepositoryId()
public void setRepositoryId(long repositoryId)
public String getPath()
public void setPath(String path)
public String getVersion()
public void setVersion(String version)
public Blob getData()
public void setData(Blob data)
public long getSize()
public void setSize(long size)