public abstract class Plan extends Object
Plan()
static Plan
create(String publisher, String name, String product)
abstract String
name()
product()
publisher()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Plan()
public abstract String publisher()
public abstract String name()
public abstract String product()
public static Plan create(String publisher, String name, String product)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.