메소드 | 설명 | |
---|---|---|
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getAccountCode ( ) : string | ||
getAccrueLeave ( ) : float | ||
getAmount ( ) : float | ||
getDisplayName ( ) : string | ||
getEarningsRateID ( ) : string | ||
getEarningsType ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
getIsExemptFromSuper ( ) : string | ||
getIsExemptFromTax ( ) : string | ||
getMultiplier ( ) : float | ||
getName ( ) : string | ||
getProperties ( ) : array | Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly | |
getRatePerUnit ( ) : float | ||
getRateType ( ) : string | ||
getResourceURI ( ) : string | Get the resource uri of the class (Contacts) etc | |
getRootNodeName ( ) : string | Get the root node name. Just the unqualified classname | |
getSupportedMethods ( ) | Get the supported methods | |
getTypeOfUnits ( ) : string | ||
isPageable ( ) | ||
setAccountCode ( string $value ) : |
||
setAccrueLeave ( float $value ) : |
||
setAmount ( float $value ) : |
||
setDisplayName ( string $value ) : |
||
setEarningsRateID ( string $value ) : |
||
setEarningsType ( string $value ) : |
||
setIsExemptFromSuper ( string $value ) : |
||
setIsExemptFromTax ( string $value ) : |
||
setMultiplier ( float $value ) : |
||
setName ( string $value ) : |
||
setRatePerUnit ( float $value ) : |
||
setRateType ( string $value ) : |
||
setTypeOfUnit ( string $value ) : |
public static getAPIStem ( ) : string | null | ||
리턴 | string | null |
public static getGUIDProperty ( ) : string | ||
리턴 | string |
public static getProperties ( ) : array | ||
리턴 | array |
public static getResourceURI ( ) : string | ||
리턴 | string |
public static getRootNodeName ( ) : string | ||
리턴 | string |
public setAccountCode ( string $value ) : |
||
$value | string | |
리턴 |
public setAccrueLeave ( float $value ) : |
||
$value | float | |
리턴 |
public setDisplayName ( string $value ) : |
||
$value | string | |
리턴 |
public setEarningsRateID ( string $value ) : |
||
$value | string | |
리턴 |
public setEarningsType ( string $value ) : |
||
$value | string | |
리턴 |
public setIsExemptFromSuper ( string $value ) : |
||
$value | string | |
리턴 |
public setIsExemptFromTax ( string $value ) : |
||
$value | string | |
리턴 |
public setMultiplier ( float $value ) : |
||
$value | float | |
리턴 |
public setRatePerUnit ( float $value ) : |
||
$value | float | |
리턴 |
public setRateType ( string $value ) : |
||
$value | string | |
리턴 |
public setTypeOfUnit ( string $value ) : |
||
$value | string | |
리턴 |