com.liferay.portlet.tags.model
Interface TagsEntry

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

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
Generated:

Method Summary
 java.lang.String getParentName()
           
 TagsVocabulary getVocabulary()
           
 boolean isCategory()
           
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsEntryModel
clone, compareTo, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getName, getParentEntryId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setParentEntryId, setPrimaryKey, setUserId, setUserName, setUserUuid, setVocabularyId, toEscapedModel, toString, toXmlString
 

Method Detail

getParentName

java.lang.String getParentName()
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getVocabulary

TagsVocabulary getVocabulary()
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

isCategory

boolean isCategory()
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException