public class

TaxonomyTerm

extends DrupalEntity
java.lang.Object
   ↳ org.mule.modules.drupal.model.DrupalEntity
     ↳ org.mule.modules.drupal.model.TaxonomyTerm

Class Overview

Class that represent term references in articles

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.drupal.model.DrupalEntity
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 Fields
From class org.mule.modules.drupal.model.DrupalEntity
Public Constructors
TaxonomyTerm()
Public Methods
Integer getDepth()
String getDescription()
String getFormat()
String getName()
List<Integer> getParents()
Integer getTid()
Integer getVid()
String getVocabularyMachineName()
Integer getWeight()
void setDepth(Integer depth)
void setDescription(String description)
void setFormat(String format)
void setName(String name)
void setParents(List<Integer> parents)
void setTid(Integer tid)
void setVid(Integer vid)
void setVocabularyMachineName(String vocabularyMachineName)
void setWeight(Integer weight)
[Expand]
Inherited Methods
From class org.mule.modules.drupal.model.DrupalEntity
From class java.lang.Object

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 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. 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 TaxonomyTerm ()

Public Methods

public Integer getDepth ()

public String getDescription ()

public String getFormat ()

public String getName ()

public List<Integer> getParents ()

public Integer getTid ()

public Integer getVid ()

public String getVocabularyMachineName ()

public Integer getWeight ()

public void setDepth (Integer depth)

Parameters
depth

public void setDescription (String description)

Parameters
description

public void setFormat (String format)

Parameters
format

public void setName (String name)

Parameters
name

public void setParents (List<Integer> parents)

Parameters
parents

public void setTid (Integer tid)

Parameters
tid

public void setVid (Integer vid)

Parameters
vid

public void setVocabularyMachineName (String vocabularyMachineName)

Parameters
vocabularyMachineName

public void setWeight (Integer weight)

Parameters
weight