com.liferay.portlet.blogs.model
Class BlogsEntrySoap
java.lang.Object
com.liferay.portlet.blogs.model.BlogsEntrySoap
- All Implemented Interfaces:
- Serializable
@ProviderType
public class BlogsEntrySoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.blogs.service.http.BlogsEntryServiceSoap.
- See Also:
com.liferay.portlet.blogs.service.http.BlogsEntryServiceSoap,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsEntrySoap
public BlogsEntrySoap()
toSoapModel
public static BlogsEntrySoap toSoapModel(BlogsEntry model)
toSoapModels
public static BlogsEntrySoap[] toSoapModels(BlogsEntry[] models)
toSoapModels
public static BlogsEntrySoap[][] toSoapModels(BlogsEntry[][] models)
toSoapModels
public static BlogsEntrySoap[] toSoapModels(List<BlogsEntry> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getEntryId
public long getEntryId()
setEntryId
public void setEntryId(long entryId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getSubtitle
public String getSubtitle()
setSubtitle
public void setSubtitle(String subtitle)
getUrlTitle
public String getUrlTitle()
setUrlTitle
public void setUrlTitle(String urlTitle)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getContent
public String getContent()
setContent
public void setContent(String content)
getDisplayDate
public Date getDisplayDate()
setDisplayDate
public void setDisplayDate(Date displayDate)
getAllowPingbacks
public boolean getAllowPingbacks()
isAllowPingbacks
public boolean isAllowPingbacks()
setAllowPingbacks
public void setAllowPingbacks(boolean allowPingbacks)
getAllowTrackbacks
public boolean getAllowTrackbacks()
isAllowTrackbacks
public boolean isAllowTrackbacks()
setAllowTrackbacks
public void setAllowTrackbacks(boolean allowTrackbacks)
getTrackbacks
public String getTrackbacks()
setTrackbacks
public void setTrackbacks(String trackbacks)
getCoverImageCaption
public String getCoverImageCaption()
setCoverImageCaption
public void setCoverImageCaption(String coverImageCaption)
getCoverImageFileEntryId
public long getCoverImageFileEntryId()
setCoverImageFileEntryId
public void setCoverImageFileEntryId(long coverImageFileEntryId)
getCoverImageURL
public String getCoverImageURL()
setCoverImageURL
public void setCoverImageURL(String coverImageURL)
getSmallImage
public boolean getSmallImage()
isSmallImage
public boolean isSmallImage()
setSmallImage
public void setSmallImage(boolean smallImage)
getSmallImageFileEntryId
public long getSmallImageFileEntryId()
setSmallImageFileEntryId
public void setSmallImageFileEntryId(long smallImageFileEntryId)
getSmallImageId
public long getSmallImageId()
setSmallImageId
public void setSmallImageId(long smallImageId)
getSmallImageURL
public String getSmallImageURL()
setSmallImageURL
public void setSmallImageURL(String smallImageURL)
getLastPublishDate
public Date getLastPublishDate()
setLastPublishDate
public void setLastPublishDate(Date lastPublishDate)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
getStatusByUserId
public long getStatusByUserId()
setStatusByUserId
public void setStatusByUserId(long statusByUserId)
getStatusByUserName
public String getStatusByUserName()
setStatusByUserName
public void setStatusByUserName(String statusByUserName)
getStatusDate
public Date getStatusDate()
setStatusDate
public void setStatusDate(Date statusDate)