com.liferay.portlet.tags.model
Class TagsSourceWrapper
java.lang.Object
com.liferay.portlet.tags.model.TagsSourceWrapper
- All Implemented Interfaces:
- BaseModel<TagsSource>, TagsSource, TagsSourceModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TagsSource>
public class TagsSourceWrapper
- extends java.lang.Object
- implements TagsSource
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for TagsSource
.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsSource
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
TagsSourceWrapper
public TagsSourceWrapper(TagsSource tagsSource)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface TagsSourceModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface TagsSourceModel
getSourceId
public long getSourceId()
- Specified by:
getSourceId
in interface TagsSourceModel
setSourceId
public void setSourceId(long sourceId)
- Specified by:
setSourceId
in interface TagsSourceModel
getParentSourceId
public long getParentSourceId()
- Specified by:
getParentSourceId
in interface TagsSourceModel
setParentSourceId
public void setParentSourceId(long parentSourceId)
- Specified by:
setParentSourceId
in interface TagsSourceModel
getName
public java.lang.String getName()
- Specified by:
getName
in interface TagsSourceModel
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface TagsSourceModel
getAcronym
public java.lang.String getAcronym()
- Specified by:
getAcronym
in interface TagsSourceModel
setAcronym
public void setAcronym(java.lang.String acronym)
- Specified by:
setAcronym
in interface TagsSourceModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<TagsSource>
- Specified by:
isNew
in interface TagsSourceModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<TagsSource>
- Specified by:
setNew
in interface TagsSourceModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<TagsSource>
- Specified by:
isCachedModel
in interface TagsSourceModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<TagsSource>
- Specified by:
setCachedModel
in interface TagsSourceModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<TagsSource>
- Specified by:
isEscapedModel
in interface TagsSourceModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<TagsSource>
- Specified by:
setEscapedModel
in interface TagsSourceModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<TagsSource>
- Specified by:
getPrimaryKeyObj
in interface TagsSourceModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<TagsSource>
- Specified by:
getExpandoBridge
in interface TagsSourceModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<TagsSource>
- Specified by:
setExpandoBridgeAttributes
in interface TagsSourceModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<TagsSource>
- Specified by:
clone
in interface TagsSourceModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(TagsSource tagsSource)
- Specified by:
compareTo
in interface TagsSourceModel
- Specified by:
compareTo
in interface java.lang.Comparable<TagsSource>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface TagsSourceModel
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
public TagsSource toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<TagsSource>
- Specified by:
toEscapedModel
in interface TagsSourceModel
toString
public java.lang.String toString()
- Specified by:
toString
in interface TagsSourceModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<TagsSource>
- Specified by:
toXmlString
in interface TagsSourceModel
getWrappedTagsSource
public TagsSource getWrappedTagsSource()