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:
com.liferay.portlet.tags.service.model.TagsSource, com.liferay.portlet.tags.service.model.impl.TagsSourceImpl, com.liferay.portlet.tags.service.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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getSourceId

public long getSourceId()

setSourceId

public void setSourceId(long sourceId)

getParentSourceId

public long getParentSourceId()

setParentSourceId

public void setParentSourceId(long parentSourceId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getAcronym

public java.lang.String getAcronym()

setAcronym

public void setAcronym(java.lang.String acronym)