Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.bi.rules
Class Fact<T>

java.lang.Object
  extended by com.liferay.portal.kernel.bi.rules.Fact<T>
All Implemented Interfaces:
Serializable

public class Fact<T>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Fact(String identifier, T object)
           
 
Method Summary
 T getFactObject()
           
 String getIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fact

public Fact(String identifier,
            T object)
Method Detail

getFactObject

public T getFactObject()

getIdentifier

public String getIdentifier()

Liferay 6.1.2-ce-ga3