com.aoindustries.website.signup
Class ApplicationSignupSelectPackageForm

java.lang.Object
  extended by ActionForm
      extended by com.aoindustries.website.signup.SignupSelectPackageForm
          extended by com.aoindustries.website.signup.ApplicationSignupSelectPackageForm
All Implemented Interfaces:
SessionActionForm, java.io.Serializable

public class ApplicationSignupSelectPackageForm
extends SignupSelectPackageForm
implements java.io.Serializable

Author:
AO Industries, Inc.

Constructor Summary
ApplicationSignupSelectPackageForm()
           
 
Method Summary
protected  java.lang.String getPackageCategory()
           
 
Methods inherited from class com.aoindustries.website.signup.SignupSelectPackageForm
getPackageDefinition, isEmpty, setPackageDefinition, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationSignupSelectPackageForm

public ApplicationSignupSelectPackageForm()
Method Detail

getPackageCategory

protected java.lang.String getPackageCategory()
Specified by:
getPackageCategory in class SignupSelectPackageForm