Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added java doc beautifulness
  • Loading branch information
bmr11003 authored and bmr11003 committed Mar 4, 2016
1 parent 465a22b commit c31ff3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified Party_APP/bin/model/Party.class
Binary file not shown.
6 changes: 6 additions & 0 deletions Party_APP/src/model/Party.java
Expand Up @@ -6,6 +6,8 @@
* 2/26/16 11:14am - Started Writing Code
* 3/4/2016 10:54am -Updated class with 'other items' see variable section
*
* To Do:
* Setters with Java Doc
*****************************************************************************/


Expand Down Expand Up @@ -45,6 +47,7 @@ public class Party

/*******************************************
*Getter For Party Name
*@return returns a String name of party
******************************************/
public String getpartyName()
{
Expand All @@ -54,6 +57,7 @@ public class Party

/*******************************************
*Getter For Party Description
*@return returns a String description of party
******************************************/
public String getPartyDescription()
{
Expand All @@ -63,6 +67,7 @@ public class Party

/*******************************************
*Getter For Party Time
*@return returns a String time of party
******************************************/
public String getPartyTime()
{
Expand All @@ -71,6 +76,7 @@ public class Party

/*******************************************
*Getter For Party Address
*@return returns a String address of party
******************************************/
public String getPartyAddress()
{
Expand Down

0 comments on commit c31ff3d

Please sign in to comment.