@Entity public class MediaEntity extends BaseEntity
限定符和类型 | 字段和说明 |
---|---|
static String |
ENABLE_EDIT |
static String |
FILE_URL |
static String |
IS_REFERENCE |
static String |
MEDIA_BLOB |
static String |
MEDIA_TYPE |
static String |
NAME |
COMPANY_ID, CREATE_IP, CREATE_TIME, CREATE_USER_FULL_NAME, CREATE_USER_ID, CREATE_USER_NAME, DELETE_IP, DELETE_TIME, DELETE_USER_FULL_NAME, DELETE_USER_ID, DELETE_USER_NAME, DELETED, DESCRIPTION, DTS_CREATION_BID, DTS_MODIFIED_BID, LM_IP, LM_TIME, LM_USER_FULL_NAME, LM_USER_ID, LM_USER_NAME, PLATFORM_ID, ROW_LOG_ID
构造器和说明 |
---|
MediaEntity() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCategory() |
int |
getEnableEdit() |
String |
getFileURL() |
int |
getIsReference() |
byte[] |
getMediaBlob() |
String |
getMediaType() |
String |
getName() |
MediaStorageProtocol |
getStorageProtocol() |
void |
setCategory(String category) |
void |
setEnableEdit(int enableEdit) |
void |
setFileURL(String fileURL) |
void |
setIsReference(int isReference) |
void |
setMediaBlob(byte[] mediaBlob) |
void |
setMediaType(String mediaType) |
void |
setName(String mediaName) |
void |
setStorageProtocol(MediaStorageProtocol storageProtocol) |
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
setId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, setDescription
public String getCategory()
public void setCategory(String category)
public String getName()
public void setName(String mediaName)
public String getFileURL()
public void setFileURL(String fileURL)
public int getIsReference()
public void setIsReference(int isReference)
public int getEnableEdit()
public void setEnableEdit(int enableEdit)
public String getMediaType()
public void setMediaType(String mediaType)
public byte[] getMediaBlob()
public void setMediaBlob(byte[] mediaBlob)
public MediaStorageProtocol getStorageProtocol()
public void setStorageProtocol(MediaStorageProtocol storageProtocol)
Copyright © 2019. All rights reserved.