com.liferay.portlet.documentlibrary.model
Interface DLFileEntryModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- DLFileEntry
- public interface DLFileEntryModel
- 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 DLFileEntry
table
in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.documentlibrary.service.model.DLFileEntry
,
com.liferay.portlet.documentlibrary.service.model.impl.DLFileEntryImpl
,
com.liferay.portlet.documentlibrary.service.model.impl.DLFileEntryModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getFileEntryId
public long getFileEntryId()
setFileEntryId
public void setFileEntryId(long fileEntryId)
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)
getVersionUserId
public long getVersionUserId()
setVersionUserId
public void setVersionUserId(long versionUserId)
getVersionUserName
public java.lang.String getVersionUserName()
setVersionUserName
public void setVersionUserName(java.lang.String versionUserName)
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)
getFolderId
public long getFolderId()
setFolderId
public void setFolderId(long folderId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getVersion
public double getVersion()
setVersion
public void setVersion(double version)
getSize
public int getSize()
setSize
public void setSize(int size)
getReadCount
public int getReadCount()
setReadCount
public void setReadCount(int readCount)
getExtraSettings
public java.lang.String getExtraSettings()
setExtraSettings
public void setExtraSettings(java.lang.String extraSettings)