Manufacturers
Manufacturers
Manufacturers Objects
class Manufacturers()This is a base object that contains all you can do about Manufacturers.
constructor
function constructor()Constructor
Arguments:
ReferenceInternalOpenGateAPI - to the API object.
deleteInCascade
function deleteInCascade() -> '*'Returns:
*
modelBuilder
function modelBuilder() -> '*'Returns:
*
updateInCascade
function updateInCascade() -> '*'Returns:
*
withAddress
function withAddress(address: string) -> 'Manufacturers'Set the address attribute
Arguments:
addressstring
Returns:
Manufacturers
withDescription
function withDescription(description: string) -> 'Manufacturers'Set the description attribute
Arguments:
descriptionstring - required field
Returns:
Manufacturers
withEmail
function withEmail(email: string) -> 'Manufacturers'Set the email attribute
Arguments:
emailstring
Returns:
Manufacturers
withFax
function withFax(fax: string) -> 'Manufacturers'Set the fax attribute
Arguments:
faxstring
Returns:
Manufacturers
withIdentifier
function withIdentifier(id: string) -> 'Manufacturers'Set the identifier attribute
Arguments:
idstring - required field
Returns:
Manufacturers
withName
function withName(name: string) -> 'Manufacturers'Set the name attribute
Arguments:
namestring - required field
Returns:
Manufacturers
withNotes
function withNotes(notes: string) -> 'Manufacturers'Set the notes attribute
Arguments:
notesstring
Returns:
Manufacturers
withTelephone
function withTelephone(telephone: string) -> 'Manufacturers'Set the telephone attribute
Arguments:
telephonestring
Returns:
Manufacturers
withUrl
function withUrl(url: string) -> 'Manufacturers'Set the url attribute
Arguments:
urlstring
Returns:
Manufacturers