@Deprecated
public class DLOpenerFileEntryReferenceSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DLOpenerFileEntryReferenceSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getDlOpenerFileEntryReferenceId()
Deprecated.
|
long |
getFileEntryId()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
java.lang.String |
getReferenceKey()
Deprecated.
|
java.lang.String |
getReferenceType()
Deprecated.
|
int |
getType()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setDlOpenerFileEntryReferenceId(long dlOpenerFileEntryReferenceId)
Deprecated.
|
void |
setFileEntryId(long fileEntryId)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setReferenceKey(java.lang.String referenceKey)
Deprecated.
|
void |
setReferenceType(java.lang.String referenceType)
Deprecated.
|
void |
setType(int type)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
static DLOpenerFileEntryReferenceSoap |
toSoapModel(DLOpenerFileEntryReference model)
Deprecated.
|
static DLOpenerFileEntryReferenceSoap[] |
toSoapModels(DLOpenerFileEntryReference[] models)
Deprecated.
|
static DLOpenerFileEntryReferenceSoap[][] |
toSoapModels(DLOpenerFileEntryReference[][] models)
Deprecated.
|
static DLOpenerFileEntryReferenceSoap[] |
toSoapModels(java.util.List<DLOpenerFileEntryReference> models)
Deprecated.
|
public DLOpenerFileEntryReferenceSoap()
public static DLOpenerFileEntryReferenceSoap toSoapModel(DLOpenerFileEntryReference model)
public static DLOpenerFileEntryReferenceSoap[] toSoapModels(DLOpenerFileEntryReference[] models)
public static DLOpenerFileEntryReferenceSoap[][] toSoapModels(DLOpenerFileEntryReference[][] models)
public static DLOpenerFileEntryReferenceSoap[] toSoapModels(java.util.List<DLOpenerFileEntryReference> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getDlOpenerFileEntryReferenceId()
public void setDlOpenerFileEntryReferenceId(long dlOpenerFileEntryReferenceId)
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 java.lang.String getReferenceKey()
public void setReferenceKey(java.lang.String referenceKey)
public java.lang.String getReferenceType()
public void setReferenceType(java.lang.String referenceType)
public long getFileEntryId()
public void setFileEntryId(long fileEntryId)
public int getType()
public void setType(int type)