@MappedSuperclass public abstract class FileItem extends Object implements IDataProviderEntity
Modifier and Type | Class and Description |
---|---|
static class |
FileItem.Type |
Constructor and Description |
---|
FileItem() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFlvHeight() |
Integer |
getFlvWidth() |
String |
getHash() |
Date |
getInserted() |
Long |
getInsertedBy() |
String |
getName() |
Long |
getOwnerId() |
Long |
getParentId() |
String |
getPreviewImage() |
Long |
getRoomId() |
FileItem.Type |
getType() |
Date |
getUpdated() |
boolean |
isDeleted() |
void |
setDeleted(boolean deleted) |
void |
setFlvHeight(Integer flvHeight) |
void |
setFlvWidth(Integer flvWidth) |
void |
setHash(String hash) |
void |
setInserted(Date inserted) |
void |
setInsertedBy(Long insertedBy) |
void |
setName(String name) |
void |
setOwnerId(Long ownerId) |
void |
setParentId(Long parentId) |
void |
setPreviewImage(String previewImage) |
void |
setRoomId(Long roomId) |
void |
setType(FileItem.Type type) |
void |
setUpdated(Date updated) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, setId
public String getName()
public void setName(String name)
public String getHash()
public void setHash(String hash)
public Long getParentId()
public void setParentId(Long parentId)
public Long getRoomId()
public void setRoomId(Long roomId)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Long getInsertedBy()
public void setInsertedBy(Long insertedBy)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public Integer getFlvWidth()
public void setFlvWidth(Integer flvWidth)
public Integer getFlvHeight()
public void setFlvHeight(Integer flvHeight)
public String getPreviewImage()
public void setPreviewImage(String previewImage)
public FileItem.Type getType()
public void setType(FileItem.Type type)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.