com.liferay.portlet.tags.model.impl
Class TagsEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portlet.tags.model.impl.TagsEntryModelImpl
          extended by com.liferay.portlet.tags.model.impl.TagsEntryImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portlet.tags.model.TagsEntry, com.liferay.portlet.tags.model.TagsEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class TagsEntryImpl
extends TagsEntryModelImpl
implements com.liferay.portlet.tags.model.TagsEntry

View Source

Author:
Brian Wing Shun Chan, Jorge Ferrer, Bruno Farache
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.tags.model.impl.TagsEntryModelImpl
CACHE_ENABLED, CACHE_ENABLED_TAGSASSETS_TAGSENTRIES, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
TagsEntryImpl()
           
 
Method Summary
 java.lang.String getParentName()
           
 java.lang.String getUserUuid()
           
 com.liferay.portlet.tags.model.TagsVocabulary getVocabulary()
           
 boolean isCategory()
           
 
Methods inherited from class com.liferay.portlet.tags.model.impl.TagsEntryModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getName, getParentEntryId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getVocabularyId, hashCode, setCompanyId, setCreateDate, setEntryId, setGroupId, setModifiedDate, setName, setParentEntryId, setPrimaryKey, setUserId, setUserName, setVocabularyId, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

TagsEntryImpl

public TagsEntryImpl()
Method Detail

getParentName

public java.lang.String getParentName()
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
getParentName in interface com.liferay.portlet.tags.model.TagsEntry
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface com.liferay.portlet.tags.model.TagsEntry
Throws:
com.liferay.portal.SystemException

getVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary getVocabulary()
                                                            throws com.liferay.portal.PortalException,
                                                                   com.liferay.portal.SystemException
Specified by:
getVocabulary in interface com.liferay.portlet.tags.model.TagsEntry
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

isCategory

public boolean isCategory()
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
isCategory in interface com.liferay.portlet.tags.model.TagsEntry
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException