| java.lang.Object |
| ↳ |
org.mule.module.netsuite.api.BaseRefType |
Class Overview
This class is used as an auxiliary class for each of Netsuite BaseRef
type. The default value for the type is ReferenceEnum.RECORD_REF.
The specificFields Map contains all the none common fields that can be
specified according to the type. This table shows the fields.
X: applies to entity type. The map values can either be the string value, or
the enum type. Check the corresponding type to see the allowed values for
each type.
Summary
|
[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:
1
(0x0000000000000001)
Fields
private
String
externalId
private
String
internalId
private
Map<String, Object>
specificFields
Public Constructors
Public Methods
public
void
addSpecificField
(String key, Object value)
public
String
getExternalId
()
public
String
getInternalId
()
public
Object
getSpecificField
(String key, Object value)
public
Map<String, Object>
getSpecificFields
()
public
void
setExternalId
(String externalId)
public
void
setInternalId
(String internalId)
public
void
setName
(String name)
public
void
setSpecificFields
(Map<String, Object> specificFields)