Sage Intacct SDK for PHP
AbstractTask Class Reference
Inheritance diagram for AbstractTask:
AbstractFunction FunctionInterface TaskCreate TaskDelete TaskUpdate

Public Member Functions

 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getTaskName ()
 
 setTaskName ($taskName)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getPlannedBeginDate ()
 
 setPlannedBeginDate ($plannedBeginDate)
 
 getPlannedEndDate ()
 
 setPlannedEndDate ($plannedEndDate)
 
 getClassId ()
 
 setClassId ($classId)
 
 getItemId ()
 
 setItemId ($itemId)
 
 isBillable ()
 
 setBillable ($billable)
 
 getDescription ()
 
 setDescription ($description)
 
 isMilestone ()
 
 setMilestone ($milestone)
 
 isUtilized ()
 
 setUtilized ($utilized)
 
 getPriority ()
 
 setPriority ($priority)
 
 getWbsCode ()
 
 setWbsCode ($wbsCode)
 
 getTaskStatus ()
 
 setTaskStatus ($taskStatus)
 
 getTimeType ()
 
 setTimeType ($timeType)
 
 getParentTaskRecordNo ()
 
 setParentTaskRecordNo ($parentTaskRecordNo)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getObservedPercentCompleted ()
 
 setObservedPercentCompleted ($observedPercentCompleted)
 
 getPlannedDuration ()
 
 setPlannedDuration ($plannedDuration)
 
 getEstimatedDuration ()
 
 setEstimatedDuration ($estimatedDuration)
 
- 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

 $recordNo
 
 $taskName
 
 $projectId
 
 $plannedBeginDate
 
 $plannedEndDate
 
 $classId
 
 $itemId
 
 $billable
 
 $description
 
 $milestone
 
 $utilized
 
 $priority
 
 $wbsCode
 
 $taskStatus
 
 $timeType
 
 $parentTaskRecordNo
 
 $attachmentsId
 
 $observedPercentCompleted
 
 $plannedDuration
 
 $estimatedDuration
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAttachmentsId()

getAttachmentsId ( )
Returns
string

◆ getClassId()

getClassId ( )
Returns
string

◆ getDescription()

getDescription ( )
Returns
string

◆ getEstimatedDuration()

getEstimatedDuration ( )
Returns
float|int|string

◆ getItemId()

getItemId ( )
Returns
string

◆ getObservedPercentCompleted()

getObservedPercentCompleted ( )
Returns
float|int|string

◆ getParentTaskRecordNo()

getParentTaskRecordNo ( )
Returns
int|string

◆ getPlannedBeginDate()

getPlannedBeginDate ( )
Returns
\DateTime

◆ getPlannedDuration()

getPlannedDuration ( )
Returns
float|int|string

◆ getPlannedEndDate()

getPlannedEndDate ( )
Returns
\DateTime

◆ getPriority()

getPriority ( )
Returns
string

◆ getProjectId()

getProjectId ( )
Returns
string

◆ getRecordNo()

getRecordNo ( )
Returns
int|string

◆ getTaskName()

getTaskName ( )
Returns
string

◆ getTaskStatus()

getTaskStatus ( )
Returns
string

◆ getTimeType()

getTimeType ( )
Returns
string

◆ getWbsCode()

getWbsCode ( )
Returns
string

◆ isBillable()

isBillable ( )
Returns
bool

◆ isMilestone()

isMilestone ( )
Returns
bool

◆ isUtilized()

isUtilized ( )
Returns
bool

◆ setAttachmentsId()

setAttachmentsId (   $attachmentsId)
Parameters
string$attachmentsId

◆ setBillable()

setBillable (   $billable)
Parameters
bool$billable

◆ setClassId()

setClassId (   $classId)
Parameters
string$classId

◆ setDescription()

setDescription (   $description)
Parameters
string$description

◆ setEstimatedDuration()

setEstimatedDuration (   $estimatedDuration)
Parameters
float | int | string$estimatedDuration

◆ setItemId()

setItemId (   $itemId)
Parameters
string$itemId

◆ setMilestone()

setMilestone (   $milestone)
Parameters
bool$milestone

◆ setObservedPercentCompleted()

setObservedPercentCompleted (   $observedPercentCompleted)
Parameters
float | int | string$observedPercentCompleted

◆ setParentTaskRecordNo()

setParentTaskRecordNo (   $parentTaskRecordNo)
Parameters
int | string$parentTaskRecordNo

◆ setPlannedBeginDate()

setPlannedBeginDate (   $plannedBeginDate)
Parameters
\DateTime$plannedBeginDate

◆ setPlannedDuration()

setPlannedDuration (   $plannedDuration)
Parameters
float | int | string$plannedDuration

◆ setPlannedEndDate()

setPlannedEndDate (   $plannedEndDate)
Parameters
\DateTime$plannedEndDate

◆ setPriority()

setPriority (   $priority)
Parameters
string$priority

◆ setProjectId()

setProjectId (   $projectId)
Parameters
string$projectId

◆ setRecordNo()

setRecordNo (   $recordNo)
Parameters
int | string$recordNo

◆ setTaskName()

setTaskName (   $taskName)
Parameters
string$taskName

◆ setTaskStatus()

setTaskStatus (   $taskStatus)
Parameters
string$taskStatus

◆ setTimeType()

setTimeType (   $timeType)
Parameters
string$timeType

◆ setUtilized()

setUtilized (   $utilized)
Parameters
bool$utilized

◆ setWbsCode()

setWbsCode (   $wbsCode)
Parameters
string$wbsCode

Field Documentation

◆ $attachmentsId

$attachmentsId
protected

◆ $billable

$billable
protected

◆ $classId

$classId
protected

◆ $description

$description
protected

◆ $estimatedDuration

$estimatedDuration
protected

◆ $itemId

$itemId
protected

◆ $milestone

$milestone
protected

◆ $observedPercentCompleted

$observedPercentCompleted
protected

◆ $parentTaskRecordNo

$parentTaskRecordNo
protected

◆ $plannedBeginDate

$plannedBeginDate
protected

◆ $plannedDuration

$plannedDuration
protected

◆ $plannedEndDate

$plannedEndDate
protected

◆ $priority

$priority
protected

◆ $projectId

$projectId
protected

◆ $recordNo

$recordNo
protected

◆ $taskName

$taskName
protected

◆ $taskStatus

$taskStatus
protected

◆ $timeType

$timeType
protected

◆ $utilized

$utilized
protected

◆ $wbsCode

$wbsCode
protected