org.jasig.portal.layout.dlm
Class IntegrationResult

java.lang.Object
  extended by org.jasig.portal.layout.dlm.IntegrationResult

public class IntegrationResult
extends java.lang.Object

This class is used to keep track of changes when integrating PLF and ILF components.

Since:
uPortal 2.5
Version:
$Revision: 1.3 $ $Date: 2005/05/02 03:08:00 $

Field Summary
 boolean changedILF
           
 boolean changedPLF
           
static java.lang.String RCS_ID
           
 
Constructor Summary
IntegrationResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

changedPLF

public boolean changedPLF

changedILF

public boolean changedILF
Constructor Detail

IntegrationResult

public IntegrationResult()