diff --git a/Party_APP/bin/model/Party.class b/Party_APP/bin/model/Party.class index 055a6b5..af62295 100644 Binary files a/Party_APP/bin/model/Party.class and b/Party_APP/bin/model/Party.class differ 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() {