com.liferay.faces.util.product
Interface Product

All Known Implementing Classes:
ProductWrapper

public interface Product

This interface represents a product that a Liferay Faces project depends on. Implementations of this interface must be thread-safe and immutable.

Author:
Neil Griffin

Nested Class Summary
static class Product.Name
           
 
Method Summary
 int getBuildId()
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 int getPatchVersion()
           
 String getTitle()
           
 String getVersion()
           
 boolean isDetected()
           
 String toString()
           
 

Method Detail

getBuildId

int getBuildId()

getMajorVersion

int getMajorVersion()

getMinorVersion

int getMinorVersion()

getPatchVersion

int getPatchVersion()

getTitle

String getTitle()

getVersion

String getVersion()

isDetected

boolean isDetected()

toString

String toString()
Overrides:
toString in class Object


Copyright © 2019 Liferay, Inc.. All rights reserved.