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>
| Methods inherited from interface org.uberfire.client.mvp.UberView |
init |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.