Class UniqueCustomKeyedItem
Class UniqueCustomKeyedItem
-
Gedcomx\Common\UniqueCustomKeyedItem
implements
Gedcomx\Support\HasJsonKey
Methods summary
public
|
#
__construct( )
Create a new UniqueCustomKeyedItem and initialize the id with a GUID
Create a new UniqueCustomKeyedItem and initialize the id with a GUID
|
public
boolean
|
|
public
mixed
|
#
getJsonKey( )
Return the key value for a JSON string
Return the key value for a JSON string
Returns
mixed
Implementation of
|
public
|
#
setJsonKey( string $jsonKey )
Set the key value for a JSON string
Set the key value for a JSON string
Parameters
Implementation of
|
public
string
|
#
getKey( )
Return the key value for this object
Return the key value for this object
Returns
string
|
public
|
#
setKey( string $key )
Set the key value for this object
Set the key value for this object
Parameters
|
public
mixed
|
#
getVal1( )
Return the first value of this object
Return the first value of this object
Returns
mixed
|
public
|
#
setVal1( $val1 )
Set the first value of this object
Set the first value of this object
Parameters
|
public
mixed
|
#
getVal2( )
Return the second value of this object
Return the second value of this object
Returns
mixed
|
public
|
#
setVal2( mixed $val2 )
Set the second value of this object
Set the second value of this object
Parameters
|