com.liferay.portlet.tags.model
Interface TagsProperty

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

public interface TagsProperty
extends TagsPropertyModel

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

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

Author:
Brian Wing Shun Chan
See Also:
TagsPropertyModel, com.liferay.portlet.tags.model.impl.TagsPropertyImpl, com.liferay.portlet.tags.model.impl.TagsPropertyModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsPropertyModel
getCompanyId, getCreateDate, getEntryId, getKey, getModifiedDate, getPrimaryKey, getPropertyId, getUserId, getUserName, getValue, setCompanyId, setCreateDate, setEntryId, setKey, setModifiedDate, setPrimaryKey, setPropertyId, setUserId, setUserName, setValue, 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