com.liferay.portlet.tags.model
Interface TagsPropertyModel

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

public interface TagsPropertyModel
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 TagsProperty table in the database.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.tags.service.model.TagsProperty, com.liferay.portlet.tags.service.model.impl.TagsPropertyImpl, com.liferay.portlet.tags.service.model.impl.TagsPropertyModelImpl

Method Summary
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEntryId()
           
 java.lang.String getKey()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getPropertyId()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getValue()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEntryId(long entryId)
           
 void setKey(java.lang.String key)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setPropertyId(long propertyId)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setValue(java.lang.String value)
           
 
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)

getPropertyId

public long getPropertyId()

setPropertyId

public void setPropertyId(long propertyId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getModifiedDate

public java.util.Date getModifiedDate()

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)

getEntryId

public long getEntryId()

setEntryId

public void setEntryId(long entryId)

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)