From c31ff3d80aac9e77f50fd74ef3f405a22b47694d Mon Sep 17 00:00:00 2001 From: bmr11003 Date: Fri, 4 Mar 2016 11:10:59 -0500 Subject: [PATCH] added java doc beautifulness --- Party_APP/bin/model/Party.class | Bin 987 -> 987 bytes Party_APP/src/model/Party.java | 6 ++++++ 2 files changed, 6 insertions(+) diff --git a/Party_APP/bin/model/Party.class b/Party_APP/bin/model/Party.class index 055a6b545f757a73991801bacd1fdb7ed2102eeb..af62295de1b0e5b5f58ddf69721c8f1d50698801 100644 GIT binary patch delta 69 zcmcc3ew%&6HYQP31{MZ&1}+8-1_1_51~CRL1{ntJ$)}lY7|kZ{XBM3-%dF1m0A@u2 PSzch)bRa7j$dUm73uh23 delta 69 zcmcc3ew%&6HYQPJ1{MZY1}+9Q1_1_j1~CQ=1{ns;$)}lY7>y_IXBM3-%dF0517<}5 PS*~E#bRf$Y$dUm72h9)- diff --git a/Party_APP/src/model/Party.java b/Party_APP/src/model/Party.java index 95a6ee3..1c2ceec 100644 --- a/Party_APP/src/model/Party.java +++ b/Party_APP/src/model/Party.java @@ -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 *****************************************************************************/ @@ -45,6 +47,7 @@ public class Party /******************************************* *Getter For Party Name + *@return returns a String name of party ******************************************/ public String getpartyName() { @@ -54,6 +57,7 @@ public class Party /******************************************* *Getter For Party Description +*@return returns a String description of party ******************************************/ public String getPartyDescription() { @@ -63,6 +67,7 @@ public class Party /******************************************* *Getter For Party Time +*@return returns a String time of party ******************************************/ public String getPartyTime() { @@ -71,6 +76,7 @@ public class Party /******************************************* *Getter For Party Address +*@return returns a String address of party ******************************************/ public String getPartyAddress() {