com.liferay.faces.util.product
Class ProductWrapper

java.lang.Object
  extended by com.liferay.faces.util.product.ProductWrapper
All Implemented Interfaces:
Product, javax.faces.FacesWrapper<Product>

public abstract class ProductWrapper
extends Object
implements Product, javax.faces.FacesWrapper<Product>

Author:
Kyle Stiemann

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.faces.util.product.Product
Product.Name
 
Constructor Summary
ProductWrapper()
           
 
Method Summary
 int getBuildId()
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 int getPatchVersion()
           
 String getTitle()
           
 String getVersion()
           
abstract  Product getWrapped()
           
 boolean isDetected()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductWrapper

public ProductWrapper()
Method Detail

getWrapped

public abstract Product getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<Product>

getBuildId

public int getBuildId()
Specified by:
getBuildId in interface Product

getMajorVersion

public int getMajorVersion()
Specified by:
getMajorVersion in interface Product

getMinorVersion

public int getMinorVersion()
Specified by:
getMinorVersion in interface Product

getPatchVersion

public int getPatchVersion()
Specified by:
getPatchVersion in interface Product

getTitle

public String getTitle()
Specified by:
getTitle in interface Product

getVersion

public String getVersion()
Specified by:
getVersion in interface Product

isDetected

public boolean isDetected()
Specified by:
isDetected in interface Product

toString

public String toString()
Specified by:
toString in interface Product
Overrides:
toString in class Object


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