com.liferay.portlet.asset.model
Interface AssetVocabulary
- All Superinterfaces:
- AssetVocabularyModel, BaseModel<AssetVocabulary>, java.lang.Cloneable, java.lang.Comparable<AssetVocabulary>, java.io.Serializable
- All Known Implementing Classes:
- AssetVocabularyWrapper
public interface AssetVocabulary
- extends AssetVocabularyModel
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 AssetVocabulary table in the
database.
Customize com.liferay.portlet.asset.model.impl.AssetVocabularyImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetVocabularyModel
,
com.liferay.portlet.asset.model.impl.AssetVocabularyImpl
,
com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl
- Generated:
Method Summary |
java.lang.String |
getTitle(java.lang.String languageId)
|
java.lang.String |
getTitle(java.lang.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 |
getTitle
java.lang.String getTitle(java.lang.String languageId)
- Specified by:
getTitle
in interface AssetVocabularyModel
getTitle
java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
- Specified by:
getTitle
in interface AssetVocabularyModel