限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
PROP_ACCOUNT_ID |
static java.lang.String |
PROP_CATEGORY |
static java.lang.String |
PROP_CHECKSUM |
static java.lang.String |
PROP_CREATE_DATE |
static java.lang.String |
PROP_CREATE_MEMBER |
static java.lang.String |
PROP_DESCRIPTION |
static java.lang.String |
PROP_FILENAME |
static java.lang.String |
PROP_ID |
static java.lang.String |
PROP_MIME_TYPE |
static java.lang.String |
PROP_SECRET_LEVEL |
static java.lang.String |
PROP_SIZE |
static java.lang.String |
PROP_TYPE |
static java.lang.String |
REF |
id, v3xToStringStyle
构造器和说明 |
---|
V3XFile() |
V3XFile(java.lang.Long id)
Constructor for primary key
|
V3XFile(java.lang.Long id,
java.lang.String mimeType)
Constructor for required fields
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.Long |
getAccountId() |
java.lang.Integer |
getCategory()
Return the value associated with the column: category
|
java.lang.String |
getChecksum() |
java.util.Date |
getCreateDate()
Return the value associated with the column: create_date
|
java.lang.Long |
getCreateMember()
Return the value associated with the column: create_member
|
java.lang.String |
getDescription()
Return the value associated with the column: description
|
java.lang.String |
getFilename()
Return the value associated with the column: filename
|
java.lang.Integer |
getHeight() |
java.lang.String |
getMimeType()
Return the value associated with the column: mime_type
|
java.lang.String |
getObsObjectKey() |
java.lang.Long |
getOriginImgId() |
java.lang.Long |
getSecretLevel() |
java.lang.String |
getSecretLevelName() |
java.lang.Long |
getSize()
Return the value associated with the column: size
|
java.lang.Integer |
getSyncObs() |
java.lang.Integer |
getType()
Return the value associated with the column: type
|
java.util.Date |
getUpdateDate() |
java.lang.String |
getV() |
java.lang.Integer |
getWidth() |
boolean |
isTxt()
文件是否为TXT文本文件类型
|
void |
setAccountId(java.lang.Long accountId) |
void |
setCategory(java.lang.Integer category)
Set the value related to the column: category
|
void |
setChecksum(java.lang.String checksum) |
void |
setCreateDate(java.util.Date createDate)
Set the value related to the column: create_date
|
void |
setCreateMember(java.lang.Long createMember)
Set the value related to the column: create_member
|
void |
setDescription(java.lang.String description)
Set the value related to the column: description
|
void |
setFilename(java.lang.String filename)
Set the value related to the column: filename
|
void |
setHeight(java.lang.Integer height) |
void |
setMimeType(java.lang.String mimeType)
Set the value related to the column: mime_type
|
void |
setObsObjectKey(java.lang.String obsObjectKey) |
void |
setOriginImgId(java.lang.Long originImgId) |
void |
setSecretLevel(java.lang.Long secretLevel) |
void |
setSecretLevelName(java.lang.String secretLevelName) |
void |
setSize(java.lang.Long size)
Set the value related to the column: size
|
void |
setSyncObs(java.lang.Integer syncObs) |
void |
setType(java.lang.Integer type)
Set the value related to the column: type
|
void |
setUpdateDate(java.util.Date updateDate) |
void |
setWidth(java.lang.Integer width) |
clone, equals, getExtraAttr, getExtraMap, getId, hashCode, isNew, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, putExtraAttr, setId, setIdIfNew, setNewId, toJSON, toJSON, toJSONnoAttr, toString
public static final java.lang.String REF
public static final java.lang.String PROP_TYPE
public static final java.lang.String PROP_MIME_TYPE
public static final java.lang.String PROP_DESCRIPTION
public static final java.lang.String PROP_SIZE
public static final java.lang.String PROP_CREATE_MEMBER
public static final java.lang.String PROP_CATEGORY
public static final java.lang.String PROP_FILENAME
public static final java.lang.String PROP_CREATE_DATE
public static final java.lang.String PROP_ID
public static final java.lang.String PROP_ACCOUNT_ID
public static final java.lang.String PROP_SECRET_LEVEL
public static final java.lang.String PROP_CHECKSUM
public V3XFile()
public V3XFile(java.lang.Long id)
public V3XFile(java.lang.Long id, java.lang.String mimeType)
public java.lang.Long getOriginImgId()
public void setOriginImgId(java.lang.Long originImgId)
public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
public java.lang.String getV()
public java.lang.String getObsObjectKey()
public void setObsObjectKey(java.lang.String obsObjectKey)
public java.lang.Integer getSyncObs()
public void setSyncObs(java.lang.Integer syncObs)
public java.lang.Integer getCategory()
public void setCategory(java.lang.Integer category)
category
- the category valuepublic java.lang.Integer getType()
public void setType(java.lang.Integer type)
type
- the type valuepublic java.lang.String getFilename()
public void setFilename(java.lang.String filename)
filename
- the filename valuepublic java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- the mime_type valuepublic java.util.Date getCreateDate()
public java.util.Date getUpdateDate()
public void setCreateDate(java.util.Date createDate)
createDate
- the create_date valuepublic void setUpdateDate(java.util.Date updateDate)
public java.lang.Long getCreateMember()
public void setCreateMember(java.lang.Long createMember)
createMember
- the create_member valuepublic java.lang.Long getSize()
public void setSize(java.lang.Long size)
size
- the size valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description valuepublic java.lang.Long getAccountId()
public void setAccountId(java.lang.Long accountId)
public java.lang.Long getSecretLevel()
public void setSecretLevel(java.lang.Long secretLevel)
public java.lang.String getChecksum()
public void setChecksum(java.lang.String checksum)
public java.lang.String getSecretLevelName()
public void setSecretLevelName(java.lang.String secretLevelName)
public boolean isTxt()