com.liferay.portlet.tags.model
Interface TagsSource

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

public interface TagsSource
extends TagsSourceModel

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

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

Author:
Brian Wing Shun Chan
See Also:
TagsSourceModel, com.liferay.portlet.tags.model.impl.TagsSourceImpl, com.liferay.portlet.tags.model.impl.TagsSourceModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsSourceModel
getAcronym, getName, getParentSourceId, getPrimaryKey, getSourceId, setAcronym, setName, setParentSourceId, setPrimaryKey, setSourceId, 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