com.liferay.portlet.tags.model
Interface TagsSourceModel
- All Superinterfaces:
- BaseModel<TagsSource>, java.lang.Cloneable, java.lang.Comparable<TagsSource>, java.io.Serializable
- All Known Subinterfaces:
- TagsSource
- All Known Implementing Classes:
- TagsSourceWrapper
public interface TagsSourceModel
- extends BaseModel<TagsSource>
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.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsSource,
com.liferay.portlet.tags.model.impl.TagsSourceImpl,
com.liferay.portlet.tags.model.impl.TagsSourceModelImpl
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getSourceId
long getSourceId()
setSourceId
void setSourceId(long sourceId)
getParentSourceId
long getParentSourceId()
setParentSourceId
void setParentSourceId(long parentSourceId)
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getAcronym
java.lang.String getAcronym()
setAcronym
void setAcronym(java.lang.String acronym)
toEscapedModel
TagsSource toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew in interface BaseModel<TagsSource>
setNew
boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<TagsSource>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<TagsSource>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<TagsSource>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<TagsSource>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<TagsSource>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<TagsSource>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<TagsSource>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<TagsSource>
clone
java.lang.Object clone()
- Specified by:
clone in interface BaseModel<TagsSource>
compareTo
int compareTo(TagsSource tagsSource)
- Specified by:
compareTo in interface java.lang.Comparable<TagsSource>
hashCode
int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<TagsSource>