Manufacturers

Manufacturers

Manufacturers Objects

class Manufacturers()

This is a base object that contains all you can do about Manufacturers.

constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - 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:

  • address string

Returns:

  • Manufacturers

withDescription
function withDescription(description: string) -> 'Manufacturers'

Set the description attribute

Arguments:

  • description string - required field

Returns:

  • Manufacturers

withEmail
function withEmail(email: string) -> 'Manufacturers'

Set the email attribute

Arguments:

  • email string

Returns:

  • Manufacturers

withFax
function withFax(fax: string) -> 'Manufacturers'

Set the fax attribute

Arguments:

  • fax string

Returns:

  • Manufacturers

withIdentifier
function withIdentifier(id: string) -> 'Manufacturers'

Set the identifier attribute

Arguments:

  • id string - required field

Returns:

  • Manufacturers

withName
function withName(name: string) -> 'Manufacturers'

Set the name attribute

Arguments:

  • name string - required field

Returns:

  • Manufacturers

withNotes
function withNotes(notes: string) -> 'Manufacturers'

Set the notes attribute

Arguments:

  • notes string

Returns:

  • Manufacturers

withTelephone
function withTelephone(telephone: string) -> 'Manufacturers'

Set the telephone attribute

Arguments:

  • telephone string

Returns:

  • Manufacturers

withUrl
function withUrl(url: string) -> 'Manufacturers'

Set the url attribute

Arguments:

  • url string

Returns:

  • Manufacturers