Package org.genesys.blocks.model
Interface Publishable
-
public interface PublishableThe Interface Publishable.- Author:
- Andrey Lugovskiy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVersionTag()Gets the version tag.booleanisPublished()Checks if is published.
-
-
-
Method Detail
-
isPublished
boolean isPublished()
Checks if is published.- Returns:
- true, if is published
-
getVersionTag
String getVersionTag()
Gets the version tag.- Returns:
- the version tag
-
-