Guvnor - Asset Management Client 6.2.0.CR4

org.guvnor.asset.management.client.editors.repository.wizard.pages
Interface RepositoryStructurePageView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<RepositoryStructurePageView.Presenter>
All Known Implementing Classes:
RepositoryStructurePageViewImpl

public interface RepositoryStructurePageView
extends org.uberfire.client.mvp.UberView<RepositoryStructurePageView.Presenter>


Nested Class Summary
static interface RepositoryStructurePageView.Presenter
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getProjectDescription()
           
 String getProjectName()
           
 String getVersion()
           
 boolean isConfigureRepository()
           
 boolean isMultiModule()
           
 void setArtifactId(String artifactId)
           
 void setConfigureRepository(boolean configureRepository)
           
 void setGroupId(String groupId)
           
 void setProjectDescription(String projectDescription)
           
 void setProjectName(String projectName)
           
 void setVersion(String version)
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getProjectName

String getProjectName()

setProjectName

void setProjectName(String projectName)

getProjectDescription

String getProjectDescription()

setProjectDescription

void setProjectDescription(String projectDescription)

getGroupId

String getGroupId()

setGroupId

void setGroupId(String groupId)

getArtifactId

String getArtifactId()

setArtifactId

void setArtifactId(String artifactId)

getVersion

String getVersion()

setVersion

void setVersion(String version)

isMultiModule

boolean isMultiModule()

isConfigureRepository

boolean isConfigureRepository()

setConfigureRepository

void setConfigureRepository(boolean configureRepository)

Guvnor - Asset Management Client 6.2.0.CR4

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