Class Overview
Class to groups Taxonomy Terms. See TaxonomyTerm
.
Summary
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 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:
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
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
Integer
getWeight
()
public
void
setDescription
(String description)
public
void
setHierarchy
(Integer hierarchy)
public
void
setMachineName
(String machineName)
public
void
setModule
(String module)
public
void
setName
(String name)
public
void
setVid
(Integer vid)
public
void
setWeight
(Integer weight)