im::floo::floolib::BMXGroup::SharedFile
Group shared file
Public Functions
Name | |
---|---|
synchronized void | delete() |
SharedFile() | |
void | setMFileId(long value) |
long | getMFileId() |
void | setMGroupId(long value) |
long | getMGroupId() |
void | setMUploader(long value) |
long | getMUploader() |
void | setMSize(int value) |
int | getMSize() |
void | setMCreateTime(long value) |
long | getMCreateTime() |
void | setMUpdateTime(long value) |
long | getMUpdateTime() |
void | setMRatelUrl(String value) |
String | getMRatelUrl() |
void | setMUrl(String value) |
String | getMUrl() |
void | setMPath(String value) |
String | getMPath() |
void | setMDisplayName(String value) |
String | getMDisplayName() |
void | setMType(String value) |
String | getMType() |
Protected Functions
Name | |
---|---|
SharedFile(long cPtr, boolean cMemoryOwn) | |
void | finalize() |
long | getCPtr(SharedFile obj) |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function SharedFile
inline SharedFile()
Example:
function setMFileId
inline void setMFileId(
long value
)
Example:
function getMFileId
inline long getMFileId()
Example:
function setMGroupId
inline void setMGroupId(
long value
)
Example:
function getMGroupId
inline long getMGroupId()
Example:
function setMUploader
inline void setMUploader(
long value
)
Example:
function getMUploader
inline long getMUploader()
Example:
function setMSize
inline void setMSize(
int value
)
Example:
function getMSize
inline int getMSize()
Example:
function setMCreateTime
inline void setMCreateTime(
long value
)
Example:
function getMCreateTime
inline long getMCreateTime()
Example:
function setMUpdateTime
inline void setMUpdateTime(
long value
)
Example:
function getMUpdateTime
inline long getMUpdateTime()
Example:
function setMRatelUrl
inline void setMRatelUrl(
String value
)
Example:
function getMRatelUrl
inline String getMRatelUrl()
Example:
function setMUrl
inline void setMUrl(
String value
)
Example:
function getMUrl
inline String getMUrl()
Example:
function setMPath
inline void setMPath(
String value
)
Example:
function getMPath
inline String getMPath()
Example:
function setMDisplayName
inline void setMDisplayName(
String value
)
Example:
function getMDisplayName
inline String getMDisplayName()
Example:
function setMType
inline void setMType(
String value
)
Example:
function getMType
inline String getMType()
Protected Functions Documentation
Example:
function SharedFile
inline SharedFile(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
SharedFile obj
)
Example:
Updated on 2022-01-26 at 17:18:31 +0800