Class BaseFileItem
java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.file.BaseFileItem
- All Implemented Interfaces:
Serializable,IDataProviderEntity
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal booleanexists()final booleanintgetCount()getFile()final FilegetFileName(String ext) getHash()getId()getLog()getName()final FilegetType()getWidth()inthashCode()booleanvoidsetCount(int count) voidsetExternalType(String externalType) voidsetGroupId(Long groupId) voidvoidvoidvoidsetInsertedBy(Long insertedBy) voidsetLog(List<FileItemLog> log) voidvoidsetOwnerId(Long ownerId) voidsetParentId(Long parentId) voidsetReadOnly(boolean readOnly) voidvoidsetType(BaseFileItem.Type type) voidtoString()Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
Constructor Details
-
BaseFileItem
public BaseFileItem()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getHash
-
setHash
-
getParentId
-
setParentId
-
getRoomId
-
setRoomId
-
getOwnerId
-
setOwnerId
-
getInsertedBy
-
setInsertedBy
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getType
-
setType
-
getLog
-
setLog
-
getFileName
-
getFile
-
getGroupId
-
setGroupId
-
getCount
public int getCount() -
setCount
public void setCount(int count) -
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean readOnly) -
getExternalType
-
setExternalType
-
getFile
-
getOriginal
-
exists
public final boolean exists() -
exists
-
hashCode
public int hashCode() -
equals
-
toString
-