public class FileExplorerItemDTO extends Object implements Serializable
Constructor and Description |
---|
FileExplorerItemDTO() |
FileExplorerItemDTO(FileExplorerItem f) |
Modifier and Type | Method and Description |
---|---|
FileExplorerItem |
get() |
String |
getExternalId() |
String |
getExternalType() |
Integer |
getFlvHeight() |
Integer |
getFlvWidth() |
String |
getHash() |
Long |
getId() |
String |
getName() |
Long |
getOwnerId() |
Long |
getParentId() |
Long |
getRoomId() |
Long |
getSize() |
FileItem.Type |
getType() |
static List<FileExplorerItemDTO> |
list(List<FileExplorerItem> l) |
void |
setExternalId(String externalId) |
void |
setExternalType(String externalType) |
void |
setFlvHeight(Integer flvHeight) |
void |
setFlvWidth(Integer flvWidth) |
void |
setHash(String hash) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOwnerId(Long ownerId) |
void |
setParentId(Long parentId) |
void |
setRoomId(Long roomId) |
void |
setSize(Long size) |
void |
setType(FileItem.Type type) |
public FileExplorerItemDTO()
public FileExplorerItemDTO(FileExplorerItem f)
public FileExplorerItem get()
public Long getId()
public void setId(Long id)
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 getSize()
public void setSize(Long size)
public String getExternalId()
public void setExternalId(String externalId)
public String getExternalType()
public void setExternalType(String externalType)
public FileItem.Type getType()
public void setType(FileItem.Type type)
public Integer getFlvWidth()
public void setFlvWidth(Integer flvWidth)
public Integer getFlvHeight()
public void setFlvHeight(Integer flvHeight)
public static List<FileExplorerItemDTO> list(List<FileExplorerItem> l)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.