Constructor
new Note(data) → {void}
Note Constructor.
Note Constructor.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- void
Methods
getAccountId() → {number}
Get account_id.
Get account_id.
Returns:
- Type
- number
getAdminUser() → {string}
Get admin_user.
Get admin_user.
Returns:
- Type
- string
getBusinessTitle() → {string}
Get business_title.
Get business_title.
Returns:
- Type
- string
getCustomerId() → {number}
Get cust_id.
Get cust_id.
Returns:
- Type
- number
getCustomerLogin() → {string}
Get cust_login.
Get cust_login.
Returns:
- Type
- string
getDateTimeStamp() → {number}
Get dtstamp.
Get dtstamp.
Returns:
- Type
- number
getId() → {number}
Get id.
Get id.
Returns:
- Type
- number
getNoteText() → {string}
Get notetext.
Get notetext.
Returns:
- Type
- string
getOrderId() → {number}
Get order_id.
Get order_id.
Returns:
- Type
- number
getUserId() → {number}
Get user_id.
Get user_id.
Returns:
- Type
- number
setAccountId(accountId) → {Note}
Set account_id.
Set account_id.
Parameters:
Name | Type | Description |
---|---|---|
accountId |
number |
Returns:
- Type
- Note
setCustomerId(customerId) → {Note}
Set cust_id.
Set cust_id.
Parameters:
Name | Type | Description |
---|---|---|
customerId |
number |
Returns:
- Type
- Note
setNoteText(noteText) → {Note}
Set notetext.
Set notetext.
Parameters:
Name | Type | Description |
---|---|---|
noteText |
string |
Returns:
- Type
- Note
setOrderId(orderId) → {Note}
Set order_id.
Set order_id.
Parameters:
Name | Type | Description |
---|---|---|
orderId |
number |
Returns:
- Type
- Note