public class YfyItem extends YfyBaseDTO
| Constructor and Description |
|---|
YfyItem() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedAt() |
String |
getDescription() |
Long |
getId() |
Long |
getModifiedAt() |
String |
getName() |
YfyMiniUser |
getOwnedBy() |
YfyPathFolder |
getParent() |
List<YfyPathFolder> |
getPath() |
List<String> |
getPermissions() |
Long |
getSequenceId() |
Long |
getSize() |
String |
getType() |
void |
setCreatedAt(Long createdAt) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setModifiedAt(Long modifiedAt) |
void |
setName(String name) |
void |
setOwnedBy(YfyMiniUser ownedBy) |
void |
setParent(YfyPathFolder parent) |
void |
setPath(List<YfyPathFolder> path) |
void |
setPermissions(List<String> permissions) |
void |
setSequenceId(Long sequenceId) |
void |
setSize(Long size) |
void |
setType(String type) |
public Long getId()
public void setId(Long id)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public Long getSize()
public void setSize(Long size)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getModifiedAt()
public void setModifiedAt(Long modifiedAt)
public String getDescription()
public void setDescription(String description)
public List<YfyPathFolder> getPath()
public void setPath(List<YfyPathFolder> path)
public YfyMiniUser getOwnedBy()
public void setOwnedBy(YfyMiniUser ownedBy)
public YfyPathFolder getParent()
public void setParent(YfyPathFolder parent)
public Long getSequenceId()
public void setSequenceId(Long sequenceId)
Copyright © 2018 YiFangYun. All rights reserved.