ItemUserCodeType
extends ItemType
in package
Class representing ItemUserCodeType.
XSD Type: itemUserCodeType
Table of Contents
Properties
Methods
- getCode() : string
- Gets as code.
- getConstant() : int
- Gets as constant.
- getId() : int
- Gets as id.
- getName() : string
- Gets as name.
- setCode() : self
- Sets a new code.
- setConstant() : self
- Sets a new constant.
- setId() : self
- Sets a new id.
- setName() : self
- Sets a new name.
Properties
$code
private
string|null
$code
= null
$constant
private
int|null
$constant
= null
$id
private
int|null
$id
= null
$name
private
string|null
$name
= null
Methods
getCode()
Gets as code.
public
getCode() : string
Return values
stringgetConstant()
Gets as constant.
public
getConstant() : int
Return values
intgetId()
Gets as id.
public
getId() : int
Return values
intgetName()
Gets as name.
public
getName() : string
Return values
stringsetCode()
Sets a new code.
public
setCode(string $code) : self
Parameters
- $code : string
Return values
selfsetConstant()
Sets a new constant.
public
setConstant(int $constant) : self
Parameters
- $constant : int
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
Parameters
- $id : int
Return values
selfsetName()
Sets a new name.
public
setName(string $name) : self
Parameters
- $name : string