Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs.model
Interface BlogsEntry

All Superinterfaces:
AuditedModel, BaseModel<BlogsEntry>, BlogsEntryModel, ClassedModel, Cloneable, Comparable<BlogsEntry>, GroupedModel, PersistedModel, Serializable, WorkflowedModel
All Known Implementing Classes:
BlogsEntryBaseImpl, BlogsEntryImpl, BlogsEntryWrapper

public interface BlogsEntry
extends BlogsEntryModel, PersistedModel

The extended model interface for the BlogsEntry service. Represents a row in the "BlogsEntry" database table, with each column mapped to a property of this class.

See Also:
BlogsEntryModel, BlogsEntryImpl, BlogsEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 String getSmallImageType()
           
 boolean isVisible()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsEntryModel
clone, compareTo, getAllowPingbacks, getAllowTrackbacks, getApproved, getCompanyId, getContent, getCreateDate, getDescription, getDisplayDate, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTrackbacks, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAllowTrackbacks, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, isSmallImage, setAllowPingbacks, setAllowTrackbacks, setCachedModel, setCompanyId, setContent, setCreateDate, setDescription, setDisplayDate, setEntryId, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setSmallImage, setSmallImageId, setSmallImageURL, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTrackbacks, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getSmallImageType

String getSmallImageType()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

isVisible

boolean isVisible()

setSmallImageType

void setSmallImageType(String smallImageType)

Liferay 6.1.2-ce-ga3