Class ProfileProjectData
- java.lang.Object
-
- org.modelversioning.emfprofile.project.ui.wizard.ProfileProjectData
-
public class ProfileProjectData extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileProjectData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPath
getLocationPath()
String
getProfileName()
String
getProfileNamespace()
IProject
getProjectHandle()
String
getProjectName()
void
setLocationPath(IPath locationPath)
void
setProfileName(String profileName)
void
setProfileNamespace(String profileNamespace)
void
setProjectHandle(IProject projectHandle)
void
setProjectName(String projectName)
-
-
-
Method Detail
-
getProjectName
public String getProjectName()
-
setProjectName
public void setProjectName(String projectName)
-
getProfileNamespace
public String getProfileNamespace()
-
setProfileNamespace
public void setProfileNamespace(String profileNamespace)
-
getProfileName
public String getProfileName()
-
setProfileName
public void setProfileName(String profileName)
-
getProjectHandle
public IProject getProjectHandle()
-
setProjectHandle
public void setProjectHandle(IProject projectHandle)
-
getLocationPath
public IPath getLocationPath()
-
setLocationPath
public void setLocationPath(IPath locationPath)
-
-