com.aoindustries.website.signup.ColocationSignupSelectPackageForm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aoweb-struts-core Show documentation
Show all versions of aoweb-struts-core Show documentation
Core API for legacy Struts-based site framework with AOServ Platform control panels.
/*
* Copyright 2009, 2016 by AO Industries, Inc.,
* 7262 Bull Pen Cir, Mobile, Alabama, 36695, U.S.A.
* All rights reserved.
*/
package com.aoindustries.website.signup;
import com.aoindustries.aoserv.client.PackageCategory;
import java.io.Serializable;
/**
* @author AO Industries, Inc.
*/
public class ColocationSignupSelectPackageForm extends SignupSelectPackageForm implements Serializable {
private static final long serialVersionUID = 1L;
@Override
protected String getPackageCategory() {
return PackageCategory.COLOCATION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy