org.drools.guvnor.client.widgets.wizards.assets
Class NewAssetWizardContext

java.lang.Object
  extended by org.drools.guvnor.client.widgets.wizards.assets.NewAssetWizardContext
All Implemented Interfaces:
WizardContext

public class NewAssetWizardContext
extends Object
implements WizardContext

A container for the details required to create a new Asset on the repository


Nested Class Summary
static class NewAssetWizardContext.Tokenizer
           
 
Constructor Summary
NewAssetWizardContext(String assetName, String packageName, String packageUUID, String description, String initialCategory, String format)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAssetName()
           
 String getDescription()
           
 String getFormat()
           
 String getInitialCategory()
           
 String getPackageName()
           
 String getPackageUUID()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewAssetWizardContext

public NewAssetWizardContext(String assetName,
                             String packageName,
                             String packageUUID,
                             String description,
                             String initialCategory,
                             String format)
Method Detail

getAssetName

public String getAssetName()

getPackageName

public String getPackageName()

getPackageUUID

public String getPackageUUID()

getFormat

public String getFormat()

getDescription

public String getDescription()

getInitialCategory

public String getInitialCategory()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.