com.liferay.portlet.tags.model
Interface TagsVocabulary

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TagsVocabularyModel

public interface TagsVocabulary
extends TagsVocabularyModel

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 TagsVocabulary table in the database.

Customize com.liferay.portlet.tags.model.impl.TagsVocabularyImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
TagsVocabularyModel, com.liferay.portlet.tags.model.impl.TagsVocabularyImpl, com.liferay.portlet.tags.model.impl.TagsVocabularyModelImpl

Method Summary
 java.lang.String getUserUuid()
           
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsVocabularyModel
getCompanyId, getCreateDate, getDescription, getFolksonomy, getGroupId, getModifiedDate, getName, getPrimaryKey, getUserId, getUserName, getVocabularyId, isFolksonomy, setCompanyId, setCreateDate, setDescription, setFolksonomy, setGroupId, setModifiedDate, setName, 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

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException