org.jasig.portal.portlets.swapper
Class AttributeSwapRequest
java.lang.Object
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
AttributeSwapRequest
public AttributeSwapRequest()
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.