org.jasig.portal.portlets.swapper
Class AttributeSwapRequest

java.lang.Object
  extended by org.jasig.portal.portlets.swapper.AttributeSwapRequest
All Implemented Interfaces:
Serializable

public class AttributeSwapRequest
extends Object
implements Serializable

Request to change the specified attributes

Version:
$Revision$
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
AttributeSwapRequest()
           
 
Method Summary
 Map<String,Attribute> getAttributesToCopy()
           
 Map<String,Attribute> getCurrentAttributes()
           
 void setAttributesToCopy(Map<String,Attribute> attributesToCopy)
           
 void setCurrentAttributes(Map<String,Attribute> attributes)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeSwapRequest

public AttributeSwapRequest()
Method Detail

getCurrentAttributes

public Map<String,Attribute> getCurrentAttributes()
Returns:
the currentAttributes

setCurrentAttributes

public void setCurrentAttributes(Map<String,Attribute> attributes)
Parameters:
currentAttributes - the currentAttributes to set

getAttributesToCopy

public Map<String,Attribute> getAttributesToCopy()
Returns:
the attributesToCopy

setAttributesToCopy

public void setAttributesToCopy(Map<String,Attribute> attributesToCopy)
Parameters:
attributesToCopy - the attributesToCopy to set

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2010 Jasig. All Rights Reserved.