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
Methods inherited from interface java.lang.Comparable |
compareTo |
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)