Liferay 6.0.3

com.liferay.portlet.asset.model
Interface AssetVocabulary

All Superinterfaces:
AssetVocabularyModel, BaseModel<AssetVocabulary>, Cloneable, Comparable<AssetVocabulary>, Serializable
All Known Implementing Classes:
AssetVocabularyImpl, AssetVocabularyWrapper

public interface AssetVocabulary
extends AssetVocabularyModel

This interface is a model that represents the AssetVocabulary table in the database.

Customize AssetVocabularyImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
AssetVocabularyModel, AssetVocabularyImpl, AssetVocabularyModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 String getTitle(String languageId)
           
 String getTitle(String languageId, boolean useDefault)
           
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetVocabularyModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getSettings, getTitle, getTitle, getTitle, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescriptionMap, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setSettings, setTitle, setTitle, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toEscapedModel, toString, toXmlString
 

Method Detail

getTitle

String getTitle(String languageId)
Specified by:
getTitle in interface AssetVocabularyModel

getTitle

String getTitle(String languageId,
                boolean useDefault)
Specified by:
getTitle in interface AssetVocabularyModel

Liferay 6.0.3