adding all of botlist, initial add
[botlist.git] / openbotlist / src / org / spirit / form / BotListLinkGroupsForm.java
blobf72781876f6f003628ea071a63e7a32aea71d545
1 /**
2 * Berlin Brown
3 * Nov 9, 2006
4 */
6 package org.spirit.form;
8 import org.spirit.form.base.BotListBaseForm;
10 /**
11 * This is class is used by botverse.
13 * @author Berlin Brown
17 public class BotListLinkGroupsForm extends BotListBaseForm {
19 /**
22 private static final long serialVersionUID = 9218457404133156313L;
23 private String generatedId;
24 private String groupName;
25 /**
26 * @return the generatedId
28 public String getGeneratedId() {
29 return generatedId;
31 /**
32 * @param generatedId the generatedId to set
34 public void setGeneratedId(String generatedId) {
35 this.generatedId = generatedId;
37 /**
38 * @return the groupName
40 public String getGroupName() {
41 return groupName;
43 /**
44 * @param groupName the groupName to set
46 public void setGroupName(String groupName) {
47 this.groupName = groupName;