java.lang.Object |
↳ |
org.mule.modules.drupal.model.DrupalEntity |
Known Direct Subclasses
|
Class Overview
Base class that contains the meta data of the request
Summary
Fields |
private
Map<String, CustomField> |
customFields |
All fields that are not default will be placed here. |
private
Object |
rdfMapping |
Multidimensional map with meta data
|
private
String |
uri |
Uri to the resource. |
[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)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
-6066933965719610253
(0xabcdebb3c187dc73)
Fields
private
Map<String, CustomField>
customFields
All fields that are not default will be placed here. This is a pair of Name field, and CustomField.
private
Object
rdfMapping
Multidimensional map with meta data
private
String
uri
Uri to the resource. This field will be populated only when you execute an index on the resource
Public Constructors
Public Methods
public
Object
getRdfMapping
()
public
void
setCustomFields
(Map<String, CustomField> customFields)
public
void
setRdfMapping
(Object rdfMapping)
public
void
setUri
(String uri)