public interface

NetsuiteReference

org.mule.module.netsuite.api.model.entity.NetsuiteReference
Known Indirect Subclasses

Class Overview

Interface for working with reference-like netsuite soap objects

Summary

Public Methods
abstract void setExternalId(String value)
Sets the value of the externalId property.
abstract void setInternalId(String value)
Sets the value of the internalId property.

Public Methods

public abstract void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public abstract void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String