miDefaultDomainObject
__construct
( $record)
Get domain object value
mixed
get
(string $name)
Return the name of the primary key of the underlying SQLRecord Used by miDefaultView
string
getPKName
()
Get all domain object values
array
getRow
()
Set domain object value
void
set
(string $name, mixed $value)
-
string
$name
-
mixed
$value
Set all domain object values
void
setRow
( $row)
Validates the object
void
validate
()
Validates the object for insert operation
void
validateOnInsert
()
Validates the object for update operation
void
validateOnUpdate
()