java.lang.Object |
↳ |
org.mule.modules.drupal.model.CustomField |
Class Overview
Drupal use for all custom fields that are not defined by default a list of maps. The name of the field is the machine name set to it and then comes a list of maps named "und".
In JSON a custom field looks like:
"custom_field_machine_name":{"und":[{"property_name":"property value"}]}
Summary
Fields |
List<Map> |
und |
List of maps that contains all the fields required to setupd the custom field. |
Public Methods |
List<Map>
|
getUnd()
|
void
|
setUnd(List<Map> und)
|
[Expand]
Inherited Methods |
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)
|
|
Fields
List<Map>
und
List of maps that contains all the fields required to setupd the custom field.
Public Constructors
Public Methods
public
List<Map>
getUnd
()
public
void
setUnd
(List<Map> und)