com.liferay.portlet.softwarecatalog.model
Interface SCProductEntryModel

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

public interface SCProductEntryModel
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 SCProductEntry table in the database.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.softwarecatalog.service.model.SCProductEntry, com.liferay.portlet.softwarecatalog.service.model.impl.SCProductEntryImpl, com.liferay.portlet.softwarecatalog.service.model.impl.SCProductEntryModelImpl

Method Summary
 java.lang.String getAuthor()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getGroupId()
           
 java.lang.String getLongDescription()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getPageURL()
           
 long getPrimaryKey()
           
 long getProductEntryId()
           
 java.lang.String getRepoArtifactId()
           
 java.lang.String getRepoGroupId()
           
 java.lang.String getShortDescription()
           
 java.lang.String getTags()
           
 java.lang.String getType()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 void setAuthor(java.lang.String author)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setGroupId(long groupId)
           
 void setLongDescription(java.lang.String longDescription)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 void setPageURL(java.lang.String pageURL)
           
 void setPrimaryKey(long pk)
           
 void setProductEntryId(long productEntryId)
           
 void setRepoArtifactId(java.lang.String repoArtifactId)
           
 void setRepoGroupId(java.lang.String repoGroupId)
           
 void setShortDescription(java.lang.String shortDescription)
           
 void setTags(java.lang.String tags)
           
 void setType(java.lang.String type)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 
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)

getProductEntryId

public long getProductEntryId()

setProductEntryId

public void setProductEntryId(long productEntryId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

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)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getTags

public java.lang.String getTags()

setTags

public void setTags(java.lang.String tags)

getShortDescription

public java.lang.String getShortDescription()

setShortDescription

public void setShortDescription(java.lang.String shortDescription)

getLongDescription

public java.lang.String getLongDescription()

setLongDescription

public void setLongDescription(java.lang.String longDescription)

getPageURL

public java.lang.String getPageURL()

setPageURL

public void setPageURL(java.lang.String pageURL)

getAuthor

public java.lang.String getAuthor()

setAuthor

public void setAuthor(java.lang.String author)

getRepoGroupId

public java.lang.String getRepoGroupId()

setRepoGroupId

public void setRepoGroupId(java.lang.String repoGroupId)

getRepoArtifactId

public java.lang.String getRepoArtifactId()

setRepoArtifactId

public void setRepoArtifactId(java.lang.String repoArtifactId)