Class NSSaleStakeholder

Constructors

NSSaleStakeholder()

Initializes a new instance of the NSSaleStakeholder class.

Declaration

NSSaleStakeholder

Methods

GetComment()

Declaration

String GetComment()

Examples

NSSaleStakeholder thing;
String comment = thing.GetComment();

Returns

Type Description
String Optional comment text.

GetContactId()

Declaration

Integer GetContactId()

Examples

NSSaleStakeholder thing;
Integer contactId = thing.GetContactId();

Returns

Type Description
Integer Contact ID of person or contact who is the sale stakeholder.

GetContactName()

Declaration

String GetContactName()

Examples

NSSaleStakeholder thing;
String contactName = thing.GetContactName();

Returns

Type Description
String Contact name.

GetCountryId()

Declaration

Integer GetCountryId()

Examples

NSSaleStakeholder thing;
Integer countryId = thing.GetCountryId();

Returns

Type Description
Integer Country ID, primary key.

GetEmailAddress()

Declaration

String GetEmailAddress()

Examples

NSSaleStakeholder thing;
String emailAddress = thing.GetEmailAddress();

Returns

Type Description
String Email address.

GetEmailDescription()

Declaration

String GetEmailDescription()

Examples

NSSaleStakeholder thing;
String emailDescription = thing.GetEmailDescription();

Returns

Type Description
String Email description.

GetEmailId()

Declaration

Integer GetEmailId()

Examples

NSSaleStakeholder thing;
Integer emailId = thing.GetEmailId();

Returns

Type Description
Integer Email address ID, Primary key.

GetFirstname()

Declaration

String GetFirstname()

Examples

NSSaleStakeholder thing;
String firstname = thing.GetFirstname();

Returns

Type Description
String First name.

GetLastname()

Declaration

String GetLastname()

Examples

NSSaleStakeholder thing;
String lastname = thing.GetLastname();

Returns

Type Description
String Last name.

GetMiddleName()

Declaration

String GetMiddleName()

Examples

NSSaleStakeholder thing;
String middleName = thing.GetMiddleName();

Returns

Type Description
String Middle name or 'van' etc.

GetMrmrs()

Declaration

String GetMrmrs()

Examples

NSSaleStakeholder thing;
String mrmrs = thing.GetMrmrs();

Returns

Type Description
String Mrs, Mr, Ms, Dr.

GetPersonId()

Declaration

Integer GetPersonId()

Examples

NSSaleStakeholder thing;
Integer personId = thing.GetPersonId();

Returns

Type Description
Integer Person ID, Primary key.

GetPhone()

Declaration

String GetPhone()

Examples

NSSaleStakeholder thing;
String phone = thing.GetPhone();

Returns

Type Description
String Phone number.

GetPhoneId()

Declaration

Integer GetPhoneId()

Examples

NSSaleStakeholder thing;
Integer phoneId = thing.GetPhoneId();

Returns

Type Description
Integer Primary key.

GetRank()

Declaration

Integer GetRank()

Examples

NSSaleStakeholder thing;
Integer rank = thing.GetRank();

Returns

Type Description
Integer Rank in list of stakeholders.

GetSaleId()

Declaration

Integer GetSaleId()

Examples

NSSaleStakeholder thing;
Integer saleId = thing.GetSaleId();

Returns

Type Description
Integer Parent sale.

GetSaleStakeholderId()

Declaration

Integer GetSaleStakeholderId()

Examples

NSSaleStakeholder thing;
Integer saleStakeholderId = thing.GetSaleStakeholderId();

Returns

Type Description
Integer Primary key.

GetStakeholderRoleId()

Declaration

Integer GetStakeholderRoleId()

Examples

NSSaleStakeholder thing;
Integer stakeholderRoleId = thing.GetStakeholderRoleId();

Returns

Type Description
Integer Stakeholder role list ID, Primary key.

GetStakeholderRoleName()

Declaration

String GetStakeholderRoleName()

Examples

NSSaleStakeholder thing;
String stakeholderRoleName = thing.GetStakeholderRoleName();

Returns

Type Description
String Stakeholder role name.

SetComment(String)

Declaration

Void SetComment(String comment)

Examples

NSSaleStakeholder thing;
String comment;
thing.SetComment(comment);

Parameters

Type Name Description
String comment Optional comment text.

Returns

Type Description
Void

SetContactId(Integer)

Declaration

Void SetContactId(Integer contactId)

Examples

NSSaleStakeholder thing;
Integer contactId;
thing.SetContactId(contactId);

Parameters

Type Name Description
Integer contactId Contact ID of person or contact who is the sale stakeholder.

Returns

Type Description
Void

SetContactName(String)

Declaration

Void SetContactName(String contactName)

Examples

NSSaleStakeholder thing;
String contactName;
thing.SetContactName(contactName);

Parameters

Type Name Description
String contactName Contact name.

Returns

Type Description
Void

SetCountryId(Integer)

Declaration

Void SetCountryId(Integer countryId)

Examples

NSSaleStakeholder thing;
Integer countryId;
thing.SetCountryId(countryId);

Parameters

Type Name Description
Integer countryId Country ID, primary key.

Returns

Type Description
Void

SetEmailAddress(String)

Declaration

Void SetEmailAddress(String emailAddress)

Examples

NSSaleStakeholder thing;
String emailAddress;
thing.SetEmailAddress(emailAddress);

Parameters

Type Name Description
String emailAddress Email address.

Returns

Type Description
Void

SetEmailDescription(String)

Declaration

Void SetEmailDescription(String emailDescription)

Examples

NSSaleStakeholder thing;
String emailDescription;
thing.SetEmailDescription(emailDescription);

Parameters

Type Name Description
String emailDescription Email description.

Returns

Type Description
Void

SetEmailId(Integer)

Declaration

Void SetEmailId(Integer emailId)

Examples

NSSaleStakeholder thing;
Integer emailId;
thing.SetEmailId(emailId);

Parameters

Type Name Description
Integer emailId Email address ID, Primary key.

Returns

Type Description
Void

SetFirstname(String)

Declaration

Void SetFirstname(String firstname)

Examples

NSSaleStakeholder thing;
String firstname;
thing.SetFirstname(firstname);

Parameters

Type Name Description
String firstname First name.

Returns

Type Description
Void

SetLastname(String)

Declaration

Void SetLastname(String lastname)

Examples

NSSaleStakeholder thing;
String lastname;
thing.SetLastname(lastname);

Parameters

Type Name Description
String lastname Last name.

Returns

Type Description
Void

SetMiddleName(String)

Declaration

Void SetMiddleName(String middleName)

Examples

NSSaleStakeholder thing;
String middleName;
thing.SetMiddleName(middleName);

Parameters

Type Name Description
String middleName Middle name or 'van' etc.

Returns

Type Description
Void

SetMrmrs(String)

Declaration

Void SetMrmrs(String mrmrs)

Examples

NSSaleStakeholder thing;
String mrmrs;
thing.SetMrmrs(mrmrs);

Parameters

Type Name Description
String mrmrs Mrs, Mr, Ms, Dr.

Returns

Type Description
Void

SetPersonId(Integer)

Declaration

Void SetPersonId(Integer personId)

Examples

NSSaleStakeholder thing;
Integer personId;
thing.SetPersonId(personId);

Parameters

Type Name Description
Integer personId Person ID, Primary key.

Returns

Type Description
Void

SetPhone(String)

Declaration

Void SetPhone(String phone)

Examples

NSSaleStakeholder thing;
String phone;
thing.SetPhone(phone);

Parameters

Type Name Description
String phone Phone number.

Returns

Type Description
Void

SetPhoneId(Integer)

Declaration

Void SetPhoneId(Integer phoneId)

Examples

NSSaleStakeholder thing;
Integer phoneId;
thing.SetPhoneId(phoneId);

Parameters

Type Name Description
Integer phoneId Primary key.

Returns

Type Description
Void

SetRank(Integer)

Declaration

Void SetRank(Integer rank)

Examples

NSSaleStakeholder thing;
Integer rank;
thing.SetRank(rank);

Parameters

Type Name Description
Integer rank Rank in list of stakeholders.

Returns

Type Description
Void

SetSaleId(Integer)

Declaration

Void SetSaleId(Integer saleId)

Examples

NSSaleStakeholder thing;
Integer saleId;
thing.SetSaleId(saleId);

Parameters

Type Name Description
Integer saleId Parent sale.

Returns

Type Description
Void

SetSaleStakeholderId(Integer)

Declaration

Void SetSaleStakeholderId(Integer saleStakeholderId)

Examples

NSSaleStakeholder thing;
Integer saleStakeholderId;
thing.SetSaleStakeholderId(saleStakeholderId);

Parameters

Type Name Description
Integer saleStakeholderId Primary key.

Returns

Type Description
Void

SetStakeholderRoleId(Integer)

Declaration

Void SetStakeholderRoleId(Integer stakeholderRoleId)

Examples

NSSaleStakeholder thing;
Integer stakeholderRoleId;
thing.SetStakeholderRoleId(stakeholderRoleId);

Parameters

Type Name Description
Integer stakeholderRoleId Stakeholder role list ID, Primary key.

Returns

Type Description
Void

SetStakeholderRoleName(String)

Declaration

Void SetStakeholderRoleName(String stakeholderRoleName)

Examples

NSSaleStakeholder thing;
String stakeholderRoleName;
thing.SetStakeholderRoleName(stakeholderRoleName);

Parameters

Type Name Description
String stakeholderRoleName Stakeholder role name.

Returns

Type Description
Void