@Deprecated
public class CTCommentSoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CTCommentSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
long |
getCtCommentId()
Deprecated.
|
long |
getCtEntryId()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getValue()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setCtCommentId(long ctCommentId)
Deprecated.
|
void |
setCtEntryId(long ctEntryId)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setValue(java.lang.String value)
Deprecated.
|
static CTCommentSoap |
toSoapModel(CTComment model)
Deprecated.
|
static CTCommentSoap[] |
toSoapModels(CTComment[] models)
Deprecated.
|
static CTCommentSoap[][] |
toSoapModels(CTComment[][] models)
Deprecated.
|
static CTCommentSoap[] |
toSoapModels(java.util.List<CTComment> models)
Deprecated.
|
public static CTCommentSoap toSoapModel(CTComment model)
public static CTCommentSoap[] toSoapModels(CTComment[] models)
public static CTCommentSoap[][] toSoapModels(CTComment[][] models)
public static CTCommentSoap[] toSoapModels(java.util.List<CTComment> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCtCommentId()
public void setCtCommentId(long ctCommentId)
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 getCtEntryId()
public void setCtEntryId(long ctEntryId)
public java.lang.String getValue()
public void setValue(java.lang.String value)