◆ AttachmentNode()
org.turro.attach.search.AttachmentNode.AttachmentNode |
( |
Long |
id, |
|
|
long |
size, |
|
|
Date |
modification, |
|
|
String |
extension |
|
) |
| |
Definition at line 37 of file AttachmentNode.java.
41 this.modification =
null;
42 this.icon = FontAwesome.getMimeIcon(
"folder");
44 this.bytes =
new BytesFormatter(size).toString();
45 this.modification = DateFormats.format(modification, DateFormat.SHORT, I_.api().used());
46 this.icon = FontAwesome.getMimeIcon(extension);
◆ getBytes()
String org.turro.attach.search.AttachmentNode.getBytes |
( |
| ) |
|
◆ getIcon()
String org.turro.attach.search.AttachmentNode.getIcon |
( |
| ) |
|
◆ getId()
Long org.turro.attach.search.AttachmentNode.getId |
( |
| ) |
|
◆ getModification()
String org.turro.attach.search.AttachmentNode.getModification |
( |
| ) |
|
The documentation for this class was generated from the following file: