com.liferay.portlet.tags.model
Interface TagsEntry

All Superinterfaces:
BaseModel<TagsEntry>, java.lang.Cloneable, java.lang.Comparable<TagsEntry>, java.io.Serializable, TagsEntryModel

public interface TagsEntry
extends TagsEntryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the TagsEntry table in the database.

Customize com.liferay.portlet.tags.model.impl.TagsEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
TagsEntryModel, com.liferay.portlet.tags.model.impl.TagsEntryImpl, com.liferay.portlet.tags.model.impl.TagsEntryModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsEntryModel
getCompanyId, getCreateDate, getEntryId, getModifiedDate, getName, getPrimaryKey, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setEntryId, setModifiedDate, setName, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo