public class DeploymentProfile
extends java.lang.Object
Constructor and Description |
---|
DeploymentProfile() |
Modifier and Type | Method and Description |
---|---|
int |
getAccountType() |
java.lang.String |
getProfileDescription() |
java.lang.String |
getProfileName() |
void |
setAccountType(int accountType) |
void |
setProfileDescription(java.lang.String profileDescription) |
void |
setProfileName(java.lang.String profileName) |
public java.lang.String getProfileName()
public void setProfileName(java.lang.String profileName)
profileName
- the profileName to setpublic java.lang.String getProfileDescription()
public void setProfileDescription(java.lang.String profileDescription)
profileDescription
- the profileDescription to setpublic int getAccountType()
public void setAccountType(int accountType)
accountType
- the accountType to set