Skip to content

Commit

Permalink
Update documentation for Entity
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultz committed Aug 29, 2011
1 parent 58eab41 commit a036864
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/mesh/model/Entity.as
Expand Up @@ -35,6 +35,8 @@ package mesh.model

/**
* Constructor.
*
* @param values A hash of values to set on the entity.
*/
public function Entity(values:Object = null)
{
Expand Down Expand Up @@ -62,7 +64,7 @@ package mesh.model
}

/**
* Sets up a has-one association for a property.
* Maps a has-one association to a property on this entity.
*
* @param property The property that owns the association.
* @param query The query to retrieve data for the association.
Expand All @@ -75,7 +77,7 @@ package mesh.model
}

/**
* Sets up a has-many association for a property.
* Maps up a has-many association to a property on this entity.
*
* @param property The property that owns the association.
* @param query The query to retrieve data for the association.
Expand Down

0 comments on commit a036864

Please sign in to comment.