public class NewServiceVersionBean extends Object implements Serializable
| Constructor and Description |
|---|
NewServiceVersionBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCloneVersion() |
ServiceDefinitionType |
getDefinitionType() |
String |
getDefinitionUrl() |
String |
getEndpoint() |
EndpointType |
getEndpointType() |
Set<ServicePlanBean> |
getPlans() |
Boolean |
getPublicService() |
String |
getVersion() |
boolean |
isClone() |
void |
setClone(boolean clone) |
void |
setCloneVersion(String cloneVersion) |
void |
setDefinitionType(ServiceDefinitionType definitionType) |
void |
setDefinitionUrl(String definitionUrl) |
void |
setEndpoint(String endpoint) |
void |
setEndpointType(EndpointType endpointType) |
void |
setPlans(Set<ServicePlanBean> plans) |
void |
setPublicService(Boolean publicService) |
void |
setVersion(String version) |
public String getVersion()
public void setVersion(String version)
version - the version to setpublic boolean isClone()
public void setClone(boolean clone)
clone - the clone to setpublic String getCloneVersion()
public void setCloneVersion(String cloneVersion)
cloneVersion - the cloneVersion to setpublic String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic EndpointType getEndpointType()
public void setEndpointType(EndpointType endpointType)
endpointType - the endpointType to setpublic Boolean getPublicService()
public void setPublicService(Boolean publicService)
publicService - the publicService to setpublic Set<ServicePlanBean> getPlans()
public void setPlans(Set<ServicePlanBean> plans)
plans - the plans to setpublic String getDefinitionUrl()
public void setDefinitionUrl(String definitionUrl)
definitionUrl - the definitionUrl to setpublic ServiceDefinitionType getDefinitionType()
public void setDefinitionType(ServiceDefinitionType definitionType)
definitionType - the definitionType to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.