Class Overview
Class that represent term references in articles
 
Summary
| Fields | 
|---|
    
      
          | private
          
          
          Integer | depth | Depth of the node in the vocabulary tree | 
      
    
      
          | private
          
          
          String | description | A description of the term | 
      
    
      
          | private
          
          
          String | format | The filter_format.format of the description | 
      
    
      
          | private
          
          
          String | name | The term name | 
      
    
      
          | private
          
          
          List<Integer> | parents | List of term Id that of wich this is considered a son. | 
      
    
      
          | private
          
          
          Integer | tid | Primary Key: Unique term ID. | 
      
    
      
          | private
          
          
          Integer | vid | The taxonomy vocabulary vid of the vocabulary to which the term is assigned. | 
      
    
      
          | private
          
          
          String | vocabularyMachineName | The vocabulary machine name of the vocabulary to witch the term is assigned. | 
      
    
      
          | private
          
          
          Integer | weight | The weight of this term in relation to other terms. | 
      
    
| [Expand] Inherited Methods | 
|---|
|  From class
  org.mule.modules.drupal.model.DrupalEntity | 
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
 
Constants
 
    
      
        private 
        static 
        final 
        long
      
        serialVersionUID
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                6818911701829311027
                (0x5ea1a4108e4a5a33)
            
        
        
    
     
 
Fields
 
    
      
        private 
         
         
        Integer
      
        depth
    
      
        
        
  
      
    
      
  Depth of the node in the vocabulary tree
 
 
 
    
      
        private 
         
         
        String
      
        description
    
      
        
        
  
      
    
      
  A description of the term
 
 
 
    
      
        private 
         
         
        String
      
        format
    
      
        
        
  
      
    
      
  The filter_format.format of the description
 
 
 
    
      
        private 
         
         
        List<Integer>
      
        parents
    
      
        
        
  
      
    
      
  List of term Id that of wich this is considered a son.
 
 
 
    
      
        private 
         
         
        Integer
      
        tid
    
      
        
        
  
      
    
      
  Primary Key: Unique term ID.
 
 
 
    
      
        private 
         
         
        Integer
      
        vid
    
      
        
        
  
      
    
      
  The taxonomy vocabulary vid of the vocabulary to which the term is assigned. See TaxonomyVocabulary
 
 
 
    
      
        private 
         
         
        String
      
        vocabularyMachineName
    
      
        
        
  
      
    
      
  The vocabulary machine name of the vocabulary to witch the term is assigned. See TaxonomyVocabulary
 
 
 
    
      
        private 
         
         
        Integer
      
        weight
    
      
        
        
  
      
    
      
  The weight of this term in relation to other terms.
 
 
Public Constructors
Public Methods
 
    
      
        public 
         
         
         
         
        Integer
      
      getDepth
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        String
      
      getDescription
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        String
      
      getFormat
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        List<Integer>
      
      getParents
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        String
      
      getVocabularyMachineName
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        Integer
      
      getWeight
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setDepth
      (Integer depth)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setDescription
      (String description)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setFormat
      (String format)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setName
      (String name)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setParents
      (List<Integer> parents)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setTid
      (Integer tid)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setVid
      (Integer vid)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setVocabularyMachineName
      (String vocabularyMachineName)
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setWeight
      (Integer weight)