public interface Versionable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the version-able object
|
java.lang.String |
getProductName()
The name of the version-able object
|
java.lang.String |
getVersion()
The version number
|
void |
setDescription(java.lang.String description)
set the description of the version-able object
|
void |
setProductName(java.lang.String productName)
set the name of the version-able object
|
void |
setVersion(java.lang.String version)
set the version number
|
void setProductName(java.lang.String productName)
void setVersion(java.lang.String version)
void setDescription(java.lang.String description)
java.lang.String getProductName()
java.lang.String getVersion()
java.lang.String getDescription()
Copyright © SAS Institute. All Rights Reserved.