@Deprecated
public class CTEntrySoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CTEntrySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getChangeType()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
long |
getCtEntryId()
Deprecated.
|
long |
getModelClassNameId()
Deprecated.
|
long |
getModelClassPK()
Deprecated.
|
long |
getModelMvccVersion()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getUserId()
Deprecated.
|
void |
setChangeType(int changeType)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setCtEntryId(long ctEntryId)
Deprecated.
|
void |
setModelClassNameId(long modelClassNameId)
Deprecated.
|
void |
setModelClassPK(long modelClassPK)
Deprecated.
|
void |
setModelMvccVersion(long modelMvccVersion)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
static CTEntrySoap |
toSoapModel(CTEntry model)
Deprecated.
|
static CTEntrySoap[] |
toSoapModels(CTEntry[] models)
Deprecated.
|
static CTEntrySoap[][] |
toSoapModels(CTEntry[][] models)
Deprecated.
|
static CTEntrySoap[] |
toSoapModels(java.util.List<CTEntry> models)
Deprecated.
|
public static CTEntrySoap toSoapModel(CTEntry model)
public static CTEntrySoap[] toSoapModels(CTEntry[] models)
public static CTEntrySoap[][] toSoapModels(CTEntry[][] models)
public static CTEntrySoap[] toSoapModels(java.util.List<CTEntry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCtEntryId()
public void setCtEntryId(long ctEntryId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
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 getCtCollectionId()
public void setCtCollectionId(long ctCollectionId)
public long getModelClassNameId()
public void setModelClassNameId(long modelClassNameId)
public long getModelClassPK()
public void setModelClassPK(long modelClassPK)
public long getModelMvccVersion()
public void setModelMvccVersion(long modelMvccVersion)
public int getChangeType()
public void setChangeType(int changeType)