public class MinorReleaseImpl extends Object implements MinorRelease
Constructor and Description |
---|
MinorReleaseImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Runtime |
getRecommendedRuntime() |
String |
getVersion() |
void |
setName(String name) |
void |
setRecommendedRuntime(Runtime recommendedRuntime) |
void |
setVersion(String version) |
public String getName()
getName
in interface MinorRelease
public void setName(String name)
public String getVersion()
getVersion
in interface MinorRelease
public void setVersion(String version)
public Runtime getRecommendedRuntime()
getRecommendedRuntime
in interface MinorRelease
public void setRecommendedRuntime(Runtime recommendedRuntime)
Copyright © 2015. All rights reserved.