Class NSSaleStakeholder
Syntax
Constructors
NSSaleStakeholder()
Initializes a new instance of the NSSaleStakeholder class.
Declaration
Methods
Declaration
Returns
Type |
Description |
String |
Optional comment text.
|
NSSaleStakeholder thing;
String comment = thing.GetComment();
Declaration
Returns
Type |
Description |
Integer |
Contact ID of person or contact who is the sale stakeholder.
|
NSSaleStakeholder thing;
Integer contactId = thing.GetContactId();
Declaration
Returns
Type |
Description |
String |
Contact name.
|
NSSaleStakeholder thing;
String contactName = thing.GetContactName();
GetCountryId()
Declaration
Returns
Type |
Description |
Integer |
Country ID, primary key.
|
Examples
NSSaleStakeholder thing;
Integer countryId = thing.GetCountryId();
GetEmailAddress()
Declaration
Returns
Type |
Description |
String |
Email address.
|
Examples
NSSaleStakeholder thing;
String emailAddress = thing.GetEmailAddress();
GetEmailDescription()
Declaration
String GetEmailDescription()
Returns
Type |
Description |
String |
Email description.
|
Examples
NSSaleStakeholder thing;
String emailDescription = thing.GetEmailDescription();
GetEmailId()
Declaration
Returns
Type |
Description |
Integer |
Email address ID, Primary key.
|
Examples
NSSaleStakeholder thing;
Integer emailId = thing.GetEmailId();
GetFirstname()
Declaration
Returns
Type |
Description |
String |
First name.
|
Examples
NSSaleStakeholder thing;
String firstname = thing.GetFirstname();
GetLastname()
Declaration
Returns
Type |
Description |
String |
Last name.
|
Examples
NSSaleStakeholder thing;
String lastname = thing.GetLastname();
GetMiddleName()
Declaration
Returns
Type |
Description |
String |
Middle name or 'van' etc.
|
Examples
NSSaleStakeholder thing;
String middleName = thing.GetMiddleName();
GetMrmrs()
Declaration
Returns
Type |
Description |
String |
Mrs, Mr, Ms, Dr.
|
Examples
NSSaleStakeholder thing;
String mrmrs = thing.GetMrmrs();
GetPersonId()
Declaration
Returns
Type |
Description |
Integer |
Person ID, Primary key.
|
Examples
NSSaleStakeholder thing;
Integer personId = thing.GetPersonId();
GetPhone()
Declaration
Returns
Type |
Description |
String |
Phone number.
|
Examples
NSSaleStakeholder thing;
String phone = thing.GetPhone();
GetPhoneId()
Declaration
Returns
Type |
Description |
Integer |
Primary key.
|
Examples
NSSaleStakeholder thing;
Integer phoneId = thing.GetPhoneId();
GetRank()
Declaration
Returns
Type |
Description |
Integer |
Rank in list of stakeholders.
|
Examples
NSSaleStakeholder thing;
Integer rank = thing.GetRank();
GetSaleId()
Declaration
Returns
Type |
Description |
Integer |
Parent sale.
|
Examples
NSSaleStakeholder thing;
Integer saleId = thing.GetSaleId();
GetSaleStakeholderId()
Declaration
Integer GetSaleStakeholderId()
Returns
Type |
Description |
Integer |
Primary key.
|
Examples
NSSaleStakeholder thing;
Integer saleStakeholderId = thing.GetSaleStakeholderId();
GetStakeholderRoleId()
Declaration
Integer GetStakeholderRoleId()
Returns
Type |
Description |
Integer |
Stakeholder role list ID, Primary key.
|
Examples
NSSaleStakeholder thing;
Integer stakeholderRoleId = thing.GetStakeholderRoleId();
GetStakeholderRoleName()
Declaration
String GetStakeholderRoleName()
Returns
Type |
Description |
String |
Stakeholder role name.
|
Examples
NSSaleStakeholder thing;
String stakeholderRoleName = thing.GetStakeholderRoleName();
Declaration
Void SetComment(String comment)
Parameters
Type |
Name |
Description |
String |
comment |
Optional comment text.
|
Returns
NSSaleStakeholder thing;
String comment;
thing.SetComment(comment);
Declaration
Void SetContactId(Integer contactId)
Parameters
Type |
Name |
Description |
Integer |
contactId |
Contact ID of person or contact who is the sale stakeholder.
|
Returns
NSSaleStakeholder thing;
Integer contactId;
thing.SetContactId(contactId);
Declaration
Void SetContactName(String contactName)
Parameters
Type |
Name |
Description |
String |
contactName |
Contact name.
|
Returns
NSSaleStakeholder thing;
String contactName;
thing.SetContactName(contactName);
SetCountryId(Integer)
Declaration
Void SetCountryId(Integer countryId)
Parameters
Type |
Name |
Description |
Integer |
countryId |
Country ID, primary key.
|
Returns
Examples
NSSaleStakeholder thing;
Integer countryId;
thing.SetCountryId(countryId);
SetEmailAddress(String)
Declaration
Void SetEmailAddress(String emailAddress)
Parameters
Type |
Name |
Description |
String |
emailAddress |
Email address.
|
Returns
Examples
NSSaleStakeholder thing;
String emailAddress;
thing.SetEmailAddress(emailAddress);
SetEmailDescription(String)
Declaration
Void SetEmailDescription(String emailDescription)
Parameters
Type |
Name |
Description |
String |
emailDescription |
Email description.
|
Returns
Examples
NSSaleStakeholder thing;
String emailDescription;
thing.SetEmailDescription(emailDescription);
SetEmailId(Integer)
Declaration
Void SetEmailId(Integer emailId)
Parameters
Type |
Name |
Description |
Integer |
emailId |
Email address ID, Primary key.
|
Returns
Examples
NSSaleStakeholder thing;
Integer emailId;
thing.SetEmailId(emailId);
SetFirstname(String)
Declaration
Void SetFirstname(String firstname)
Parameters
Type |
Name |
Description |
String |
firstname |
First name.
|
Returns
Examples
NSSaleStakeholder thing;
String firstname;
thing.SetFirstname(firstname);
SetLastname(String)
Declaration
Void SetLastname(String lastname)
Parameters
Type |
Name |
Description |
String |
lastname |
Last name.
|
Returns
Examples
NSSaleStakeholder thing;
String lastname;
thing.SetLastname(lastname);
SetMiddleName(String)
Declaration
Void SetMiddleName(String middleName)
Parameters
Type |
Name |
Description |
String |
middleName |
Middle name or 'van' etc.
|
Returns
Examples
NSSaleStakeholder thing;
String middleName;
thing.SetMiddleName(middleName);
SetMrmrs(String)
Declaration
Void SetMrmrs(String mrmrs)
Parameters
Type |
Name |
Description |
String |
mrmrs |
Mrs, Mr, Ms, Dr.
|
Returns
Examples
NSSaleStakeholder thing;
String mrmrs;
thing.SetMrmrs(mrmrs);
SetPersonId(Integer)
Declaration
Void SetPersonId(Integer personId)
Parameters
Type |
Name |
Description |
Integer |
personId |
Person ID, Primary key.
|
Returns
Examples
NSSaleStakeholder thing;
Integer personId;
thing.SetPersonId(personId);
SetPhone(String)
Declaration
Void SetPhone(String phone)
Parameters
Type |
Name |
Description |
String |
phone |
Phone number.
|
Returns
Examples
NSSaleStakeholder thing;
String phone;
thing.SetPhone(phone);
SetPhoneId(Integer)
Declaration
Void SetPhoneId(Integer phoneId)
Parameters
Type |
Name |
Description |
Integer |
phoneId |
Primary key.
|
Returns
Examples
NSSaleStakeholder thing;
Integer phoneId;
thing.SetPhoneId(phoneId);
SetRank(Integer)
Declaration
Void SetRank(Integer rank)
Parameters
Type |
Name |
Description |
Integer |
rank |
Rank in list of stakeholders.
|
Returns
Examples
NSSaleStakeholder thing;
Integer rank;
thing.SetRank(rank);
SetSaleId(Integer)
Declaration
Void SetSaleId(Integer saleId)
Parameters
Type |
Name |
Description |
Integer |
saleId |
Parent sale.
|
Returns
Examples
NSSaleStakeholder thing;
Integer saleId;
thing.SetSaleId(saleId);
SetSaleStakeholderId(Integer)
Declaration
Void SetSaleStakeholderId(Integer saleStakeholderId)
Parameters
Type |
Name |
Description |
Integer |
saleStakeholderId |
Primary key.
|
Returns
Examples
NSSaleStakeholder thing;
Integer saleStakeholderId;
thing.SetSaleStakeholderId(saleStakeholderId);
SetStakeholderRoleId(Integer)
Declaration
Void SetStakeholderRoleId(Integer stakeholderRoleId)
Parameters
Type |
Name |
Description |
Integer |
stakeholderRoleId |
Stakeholder role list ID, Primary key.
|
Returns
Examples
NSSaleStakeholder thing;
Integer stakeholderRoleId;
thing.SetStakeholderRoleId(stakeholderRoleId);
SetStakeholderRoleName(String)
Declaration
Void SetStakeholderRoleName(String stakeholderRoleName)
Parameters
Type |
Name |
Description |
String |
stakeholderRoleName |
Stakeholder role name.
|
Returns
Examples
NSSaleStakeholder thing;
String stakeholderRoleName;
thing.SetStakeholderRoleName(stakeholderRoleName);