Class: Note

Model~Note(data) → {void}

Note data model.

Constructor

new Note(data) → {void}

Note Constructor.

Note Constructor.

Parameters:
Name Type Description
data Object
Source:
Returns:
Type
void

Methods

getAccountId() → {number}

Get account_id.

Get account_id.

Source:
Returns:
Type
number

getAdminUser() → {string}

Get admin_user.

Get admin_user.

Source:
Returns:
Type
string

getBusinessTitle() → {string}

Get business_title.

Get business_title.

Source:
Returns:
Type
string

getCustomerId() → {number}

Get cust_id.

Get cust_id.

Source:
Returns:
Type
number

getCustomerLogin() → {string}

Get cust_login.

Get cust_login.

Source:
Returns:
Type
string

getDateTimeStamp() → {number}

Get dtstamp.

Get dtstamp.

Source:
Returns:
Type
number

getId() → {number}

Get id.

Get id.

Source:
Returns:
Type
number

getNoteText() → {string}

Get notetext.

Get notetext.

Source:
Returns:
Type
string

getOrderId() → {number}

Get order_id.

Get order_id.

Source:
Returns:
Type
number

getUserId() → {number}

Get user_id.

Get user_id.

Source:
Returns:
Type
number

setAccountId(accountId) → {Note}

Set account_id.

Set account_id.

Parameters:
Name Type Description
accountId number
Source:
Returns:
Type
Note

setCustomerId(customerId) → {Note}

Set cust_id.

Set cust_id.

Parameters:
Name Type Description
customerId number
Source:
Returns:
Type
Note

setNoteText(noteText) → {Note}

Set notetext.

Set notetext.

Parameters:
Name Type Description
noteText string
Source:
Returns:
Type
Note

setOrderId(orderId) → {Note}

Set order_id.

Set order_id.

Parameters:
Name Type Description
orderId number
Source:
Returns:
Type
Note