@Deprecated
public class KBCommentSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.knowledge.base.service.http.KBCommentServiceSoap
.Constructor and Description |
---|
KBCommentSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.lang.String |
getContent()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
long |
getKbCommentId()
Deprecated.
|
java.util.Date |
getLastPublishDate()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
int |
getStatus()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
int |
getUserRating()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setContent(java.lang.String content)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setKbCommentId(long kbCommentId)
Deprecated.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setStatus(int status)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUserRating(int userRating)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static KBCommentSoap |
toSoapModel(KBComment model)
Deprecated.
|
static KBCommentSoap[] |
toSoapModels(KBComment[] models)
Deprecated.
|
static KBCommentSoap[][] |
toSoapModels(KBComment[][] models)
Deprecated.
|
static KBCommentSoap[] |
toSoapModels(java.util.List<KBComment> models)
Deprecated.
|
public static KBCommentSoap toSoapModel(KBComment model)
public static KBCommentSoap[] toSoapModels(KBComment[] models)
public static KBCommentSoap[][] toSoapModels(KBComment[][] models)
public static KBCommentSoap[] toSoapModels(java.util.List<KBComment> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getKbCommentId()
public void setKbCommentId(long kbCommentId)
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 getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public int getUserRating()
public void setUserRating(int userRating)
public java.util.Date getLastPublishDate()
public void setLastPublishDate(java.util.Date lastPublishDate)
public int getStatus()
public void setStatus(int status)