public class

TaxonomyVocabulary

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

Class Overview

Class to groups Taxonomy Terms. See TaxonomyTerm.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.drupal.model.DrupalEntity
Fields
private String description Description of the vocabulary.
private Integer hierarchy The type of hierarchy allowed within the vocabulary.
private String machineName The vocabulary machine name.
private String module The module which created the vocabulary.
private String name Name of the vocabulary
private Integer vid Primary Key: Unique vocabulary ID.
private Integer weight The weight of this vocabulary in relation to other vocabularies.
[Expand]
Inherited Fields
From class org.mule.modules.drupal.model.DrupalEntity
Public Constructors
TaxonomyVocabulary()
Public Methods
String getDescription()
Integer getHierarchy()
String getMachineName()
String getModule()
String getName()
Integer getVid()
Integer getWeight()
void setDescription(String description)
void setHierarchy(Integer hierarchy)
void setMachineName(String machineName)
void setModule(String module)
void setName(String name)
void setVid(Integer vid)
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: 1 (0x0000000000000001)

Fields

private String description

Description of the vocabulary.

private Integer hierarchy

The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)

private String machineName

The vocabulary machine name.

private String module

The module which created the vocabulary.

private String name

Name of the vocabulary

private Integer vid

Primary Key: Unique vocabulary ID.

private Integer weight

The weight of this vocabulary in relation to other vocabularies.

Public Constructors

public TaxonomyVocabulary ()

Public Methods

public String getDescription ()

public Integer getHierarchy ()

public String getMachineName ()

public String getModule ()

public String getName ()

public Integer getVid ()

public Integer getWeight ()

public void setDescription (String description)

Parameters
description

public void setHierarchy (Integer hierarchy)

Parameters
hierarchy

public void setMachineName (String machineName)

Parameters
machineName

public void setModule (String module)

Parameters
module

public void setName (String name)

Parameters
name

public void setVid (Integer vid)

Parameters
vid

public void setWeight (Integer weight)

Parameters
weight