lithium\data\Entity::$_exists
A flag indicating whether or not this entity exists. Set to false
if this is a
newly-created entity, or if this entity has been loaded and subsequently deleted. Set to
true
if the entity has been loaded from the database, or has been created and subsequently
saved.
Source
protected $_exists = false;