Class BaseFileItem
- java.lang.Object
-
- org.apache.openmeetings.db.entity.HistoricalEntity
-
- org.apache.openmeetings.db.entity.file.BaseFileItem
-
- All Implemented Interfaces:
Serializable
,IDataProviderEntity
@Entity public abstract class BaseFileItem extends HistoricalEntity
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BaseFileItem.Type
-
Constructor Summary
Constructors Constructor Description BaseFileItem()
-
Method Summary
-
Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getHash
public String getHash()
-
setHash
public void setHash(String hash)
-
getParentId
public Long getParentId()
-
setParentId
public void setParentId(Long parentId)
-
getRoomId
public Long getRoomId()
-
setRoomId
public void setRoomId(Long roomId)
-
getOwnerId
public Long getOwnerId()
-
setOwnerId
public void setOwnerId(Long ownerId)
-
getInsertedBy
public Long getInsertedBy()
-
setInsertedBy
public void setInsertedBy(Long insertedBy)
-
getWidth
public Integer getWidth()
-
setWidth
public void setWidth(Integer width)
-
getHeight
public Integer getHeight()
-
setHeight
public void setHeight(Integer height)
-
getType
public BaseFileItem.Type getType()
-
setType
public void setType(BaseFileItem.Type type)
-
getLog
public List<FileItemLog> getLog()
-
setLog
public void setLog(List<FileItemLog> log)
-
getFile
public File getFile()
-
getGroupId
public Long getGroupId()
-
setGroupId
public void setGroupId(Long groupId)
-
getCount
public int getCount()
-
setCount
public void setCount(int count)
-
isReadOnly
public boolean isReadOnly()
-
setReadOnly
public void setReadOnly(boolean readOnly)
-
getExternalType
public String getExternalType()
-
setExternalType
public void setExternalType(String externalType)
-
getOriginal
public final File getOriginal()
-
exists
public final boolean exists()
-
exists
public final boolean exists(String ext)
-
-