owner property

String owner

Gets the owner of the current object.

Returns string representation of the owner.

Implementation

String get owner;
void owner=(String newOwner)

Sets the owner string.

Sets tho owner string of the node to newOwner.

Returns the previously set owner owner string.

Implementation

set owner(String newOwner);