@Deprecated
public class DLFileEntryTypeSoap
extends java.lang.Object
implements java.io.Serializable
DLFileEntryTypeServiceSoap.| Constructor and Description |
|---|
DLFileEntryTypeSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
long |
getDataDefinitionId()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
long |
getFileEntryTypeId()
Deprecated.
|
java.lang.String |
getFileEntryTypeKey()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.util.Date |
getLastPublishDate()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
int |
getScope()
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 |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setDataDefinitionId(long dataDefinitionId)
Deprecated.
|
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setFileEntryTypeId(long fileEntryTypeId)
Deprecated.
|
void |
setFileEntryTypeKey(java.lang.String fileEntryTypeKey)
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 |
setName(java.lang.String name)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setScope(int scope)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static DLFileEntryTypeSoap |
toSoapModel(DLFileEntryType model)
Deprecated.
|
static DLFileEntryTypeSoap[] |
toSoapModels(DLFileEntryType[] models)
Deprecated.
|
static DLFileEntryTypeSoap[][] |
toSoapModels(DLFileEntryType[][] models)
Deprecated.
|
static DLFileEntryTypeSoap[] |
toSoapModels(java.util.List<DLFileEntryType> models)
Deprecated.
|
public static DLFileEntryTypeSoap toSoapModel(DLFileEntryType model)
public static DLFileEntryTypeSoap[] toSoapModels(DLFileEntryType[] models)
public static DLFileEntryTypeSoap[][] toSoapModels(DLFileEntryType[][] models)
public static DLFileEntryTypeSoap[] toSoapModels(java.util.List<DLFileEntryType> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCtCollectionId()
public void setCtCollectionId(long ctCollectionId)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getFileEntryTypeId()
public void setFileEntryTypeId(long fileEntryTypeId)
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 long getDataDefinitionId()
public void setDataDefinitionId(long dataDefinitionId)
public java.lang.String getFileEntryTypeKey()
public void setFileEntryTypeKey(java.lang.String fileEntryTypeKey)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public int getScope()
public void setScope(int scope)
public java.util.Date getLastPublishDate()
public void setLastPublishDate(java.util.Date lastPublishDate)