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
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 java.lang.Comparable |
compareTo |