Show / Hide Table of Contents

Class NSSaleStakeholder

Syntax

Constructors

NSSaleStakeholder()

Initializes a new instance of the NSSaleStakeholder class.

Declaration
NSSaleStakeholder

Methods

GetComment()

Declaration
String GetComment()
Returns
Type Description
String

Optional comment text.

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

GetContactId()

Declaration
Integer GetContactId()
Returns
Type Description
Integer

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

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

GetContactName()

Declaration
String GetContactName()
Returns
Type Description
String

Contact name.

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

GetCountryId()

Declaration
Integer GetCountryId()
Returns
Type Description
Integer

Country ID, primary key.

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

GetEmailAddress()

Declaration
String GetEmailAddress()
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
Integer GetEmailId()
Returns
Type Description
Integer

Email address ID, Primary key.

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

GetFirstname()

Declaration
String GetFirstname()
Returns
Type Description
String

First name.

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

GetLastname()

Declaration
String GetLastname()
Returns
Type Description
String

Last name.

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

GetMiddleName()

Declaration
String GetMiddleName()
Returns
Type Description
String

Middle name or 'van' etc.

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

GetMrmrs()

Declaration
String GetMrmrs()
Returns
Type Description
String

Mrs, Mr, Ms, Dr.

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

GetPersonId()

Declaration
Integer GetPersonId()
Returns
Type Description
Integer

Person ID, Primary key.

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

GetPhone()

Declaration
String GetPhone()
Returns
Type Description
String

Phone number.

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

GetPhoneId()

Declaration
Integer GetPhoneId()
Returns
Type Description
Integer

Primary key.

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

GetRank()

Declaration
Integer GetRank()
Returns
Type Description
Integer

Rank in list of stakeholders.

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

GetSaleId()

Declaration
Integer GetSaleId()
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();

SetComment(String)

Declaration
Void SetComment(String comment)
Parameters
Type Name Description
String comment

Optional comment text.

Returns
Type Description
Void
Examples
NSSaleStakeholder thing;
String comment;
thing.SetComment(comment);

SetContactId(Integer)

Declaration
Void SetContactId(Integer contactId)
Parameters
Type Name Description
Integer contactId

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

Returns
Type Description
Void
Examples
NSSaleStakeholder thing;
Integer contactId;
thing.SetContactId(contactId);

SetContactName(String)

Declaration
Void SetContactName(String contactName)
Parameters
Type Name Description
String contactName

Contact name.

Returns
Type Description
Void
Examples
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
Type Description
Void
Examples
NSSaleStakeholder thing;
Integer countryId;
thing.SetCountryId(countryId);

SetEmailAddress(String)

Declaration
Void SetEmailAddress(String emailAddress)
Parameters
Type Name Description
String emailAddress

Email address.

Returns
Type Description
Void
Examples
NSSaleStakeholder thing;
String emailAddress;
thing.SetEmailAddress(emailAddress);

SetEmailDescription(String)

Declaration
Void SetEmailDescription(String emailDescription)
Parameters
Type Name Description
String emailDescription

Email description.

Returns
Type Description
Void
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
Type Description
Void
Examples
NSSaleStakeholder thing;
Integer emailId;
thing.SetEmailId(emailId);

SetFirstname(String)

Declaration
Void SetFirstname(String firstname)
Parameters
Type Name Description
String firstname

First name.

Returns
Type Description
Void
Examples
NSSaleStakeholder thing;
String firstname;
thing.SetFirstname(firstname);

SetLastname(String)

Declaration
Void SetLastname(String lastname)
Parameters
Type Name Description
String lastname

Last name.

Returns
Type Description
Void
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
Type Description
Void
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
Type Description
Void
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
Type Description
Void
Examples
NSSaleStakeholder thing;
Integer personId;
thing.SetPersonId(personId);

SetPhone(String)

Declaration
Void SetPhone(String phone)
Parameters
Type Name Description
String phone

Phone number.

Returns
Type Description
Void
Examples
NSSaleStakeholder thing;
String phone;
thing.SetPhone(phone);

SetPhoneId(Integer)

Declaration
Void SetPhoneId(Integer phoneId)
Parameters
Type Name Description
Integer phoneId

Primary key.

Returns
Type Description
Void
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
Type Description
Void
Examples
NSSaleStakeholder thing;
Integer rank;
thing.SetRank(rank);

SetSaleId(Integer)

Declaration
Void SetSaleId(Integer saleId)
Parameters
Type Name Description
Integer saleId

Parent sale.

Returns
Type Description
Void
Examples
NSSaleStakeholder thing;
Integer saleId;
thing.SetSaleId(saleId);

SetSaleStakeholderId(Integer)

Declaration
Void SetSaleStakeholderId(Integer saleStakeholderId)
Parameters
Type Name Description
Integer saleStakeholderId

Primary key.

Returns
Type Description
Void
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
Type Description
Void
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
Type Description
Void
Examples
NSSaleStakeholder thing;
String stakeholderRoleName;
thing.SetStakeholderRoleName(stakeholderRoleName);
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top