Sage Intacct SDK for PHP
AbstractLocation Class Reference
Inheritance diagram for AbstractLocation:
AbstractFunction FunctionInterface LocationCreate LocationDelete LocationUpdate

Public Member Functions

 getLocationId ()
 
 setLocationId ($locationId)
 
 getLocationName ()
 
 setLocationName ($locationName)
 
 getParentLocationId ()
 
 setParentLocationId ($parentLocationId)
 
 getManagerEmployeeId ()
 
 setManagerEmployeeId ($managerEmployeeId)
 
 getLocationContactName ()
 
 setLocationContactName ($locationContactName)
 
 getShipToContactName ()
 
 setShipToContactName ($shipToContactName)
 
 getStartDate ()
 
 setStartDate ($startDate)
 
 getEndDate ()
 
 setEndDate ($endDate)
 
 getLocationTitle ()
 
 setLocationTitle ($locationTitle)
 
 isActive ()
 
 setActive ($active)
 
- Public Member Functions inherited from AbstractFunction
 getControlId ()
 
 setControlId (string $controlId='')
 
 __construct (string $controlId='')
 
 writeXml (XMLWriter &$xml)
 
 getControlId ()
 
 setControlId (string $controlId)
 
 writeXml (XMLWriter &$xml)
 

Protected Attributes

 $locationId
 
 $locationName
 
 $parentLocationId
 
 $managerEmployeeId
 
 $locationContactName
 
 $shipToContactName
 
 $startDate
 
 $endDate
 
 $locationTitle
 
 $active
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getEndDate()

getEndDate ( )

Get end date

Returns
\DateTime

◆ getLocationContactName()

getLocationContactName ( )

Get location contact name

Returns
string

◆ getLocationId()

getLocationId ( )

Get location ID

Returns
string

◆ getLocationName()

getLocationName ( )

Get location name

Returns
string

◆ getLocationTitle()

getLocationTitle ( )

Get location title

Returns
string

◆ getManagerEmployeeId()

getManagerEmployeeId ( )

Get manager employee ID

Returns
string

◆ getParentLocationId()

getParentLocationId ( )

Get parent location ID

Returns
string

◆ getShipToContactName()

getShipToContactName ( )

Get ship to contact name

Returns
string

◆ getStartDate()

getStartDate ( )

Get start date

Returns
\DateTime

◆ isActive()

isActive ( )

Get active

Returns
bool

◆ setActive()

setActive (   $active)

Set active

Parameters
bool$active

◆ setEndDate()

setEndDate (   $endDate)

Set end date

Parameters
\DateTime$endDate

◆ setLocationContactName()

setLocationContactName (   $locationContactName)

Set location contact name

Parameters
string$locationContactName

◆ setLocationId()

setLocationId (   $locationId)

Set location ID

Parameters
string$locationId

◆ setLocationName()

setLocationName (   $locationName)

Set location name

Parameters
string$locationName

◆ setLocationTitle()

setLocationTitle (   $locationTitle)

Set location title

Parameters
string$locationTitle

◆ setManagerEmployeeId()

setManagerEmployeeId (   $managerEmployeeId)

Set manager employee ID

Parameters
string$managerEmployeeId

◆ setParentLocationId()

setParentLocationId (   $parentLocationId)

Set parent location ID

Parameters
string$parentLocationId

◆ setShipToContactName()

setShipToContactName (   $shipToContactName)

Set ship to contact name

Parameters
string$shipToContactName

◆ setStartDate()

setStartDate (   $startDate)

Set start date

Parameters
\DateTime$startDate

Field Documentation

◆ $active

$active
protected

◆ $endDate

$endDate
protected

◆ $locationContactName

$locationContactName
protected

◆ $locationId

$locationId
protected

◆ $locationName

$locationName
protected

◆ $locationTitle

$locationTitle
protected

◆ $managerEmployeeId

$managerEmployeeId
protected

◆ $parentLocationId

$parentLocationId
protected

◆ $shipToContactName

$shipToContactName
protected

◆ $startDate

$startDate
protected