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.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
 java.lang.String getParentName()
           
 java.lang.String getUserUuid()
           
 TagsVocabulary getVocabulary()
           
 boolean isCategory()
           
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsEntryModel
getCompanyId, getCreateDate, getEntryId, getGroupId, getModifiedDate, getName, getParentEntryId, getPrimaryKey, getUserId, getUserName, getVocabularyId, setCompanyId, setCreateDate, setEntryId, setGroupId, setModifiedDate, setName, setParentEntryId, setPrimaryKey, setUserId, setUserName, setVocabularyId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

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

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
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