com.liferay.portlet.tags.model
Interface TagsEntry

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, 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.service.model.impl.TagsEntryImpl and rerun the ServiceBuilder to generate the new methods.

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

Methods inherited from interface com.liferay.portlet.tags.model.TagsEntryModel
getCompanyId, getCreateDate, getEntryId, getModifiedDate, getName, getPrimaryKey, getUserId, getUserName, setCompanyId, setCreateDate, setEntryId, setModifiedDate, setName, setPrimaryKey, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo