ExternalFileEntry
class ExternalFileEntry implements JsonSerializable (View source)
Class ExternalFileEntry
This class contains all properties that are used by the vue file component.
Properties
| protected int | $fID | ||
| protected string | $title | ||
| protected string | $thumbnailUrl | ||
| protected DateTime | $fvDateAdded | ||
| protected bool | $isFolder | ||
| protected int | $treeNodeID | 
Methods
                    int
                
                
                    getFID()
        
                                            
                
            No description
                    setFID(int $fID)
        
                                            
                
            No description
                    string
                
                
                    getTitle()
        
                                            
                
            No description
                    setTitle(string $title)
        
                                            
                
            No description
                    string
                
                
                    getThumbnailUrl()
        
                                            
                
            No description
                    setThumbnailUrl(string $thumbnailUrl)
        
                                            
                
            No description
                    getFvDateAdded()
        
                                            
                
            No description
                    bool
                
                
                    isFolder()
        
                                            
                
            No description
                    setIsFolder(bool $isFolder)
        
                                            
                
            No description
                    int
                
                
                    getTreeNodeID()
        
                                            
                
            No description
                    setTreeNodeID(int $treeNodeID)
        
                                            
                
            No description
                    getListingThumbnailImage()
        
                                            
                
            No description
                    jsonSerialize()
        
                                            
                
            No description
Details
        
                            int
    getFID()
        
    
    No description
        
                            ExternalFileEntry
    setFID(int $fID)
        
    
    No description
        
                            string
    getTitle()
        
    
    No description
        
                            ExternalFileEntry
    setTitle(string $title)
        
    
    No description
        
                            string
    getThumbnailUrl()
        
    
    No description
        
                            ExternalFileEntry
    setThumbnailUrl(string $thumbnailUrl)
        
    
    No description
        
                            DateTime
    getFvDateAdded()
        
    
    No description
        
                            ExternalFileEntry
    setFvDateAdded(DateTime $fvDateAdded)
        
    
    No description
        
                            bool
    isFolder()
        
    
    No description
        
                            ExternalFileEntry
    setIsFolder(bool $isFolder)
        
    
    No description
        
                            int
    getTreeNodeID()
        
    
    No description
        
                            ExternalFileEntry
    setTreeNodeID(int $treeNodeID)
        
    
    No description
        
                            
    getListingThumbnailImage()
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description