com.liferay.portlet.tags.model
Interface TagsSourceModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
TagsSource

public interface TagsSourceModel
extends BaseModel

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

Method Summary
 java.lang.String getAcronym()
           
 java.lang.String getName()
           
 long getParentSourceId()
           
 long getPrimaryKey()
           
 long getSourceId()
           
 void setAcronym(java.lang.String acronym)
           
 void setName(java.lang.String name)
           
 void setParentSourceId(long parentSourceId)
           
 void setPrimaryKey(long pk)
           
 void setSourceId(long sourceId)
           
 TagsSource 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
 

Method Detail

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()