org.shept.org.springframework.beans.support
Class CommandWrapper

java.lang.Object
  extended by org.shept.org.springframework.beans.support.CommandWrapper
All Implemented Interfaces:
Serializable

public class CommandWrapper
extends Object
implements Serializable

Version:
$$Id: CommandWrapper.java 34 2010-08-20 16:46:49Z aha $$
Author:
Andi
See Also:
Serialized Form

Field Summary
private  Object command
           
private  Map<String,Object> properties
           
private static long serialVersionUID
           
private  String tagName
           
 
Constructor Summary
CommandWrapper()
           
 
Method Summary
 Object getCommand()
           
 Map<String,Object> getProperties()
           
 String getTagName()
           
 void setCommand(Object command)
           
 void setProperties(Map<String,Object> properties)
           
 void setTagName(String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

command

private Object command

tagName

private String tagName

properties

private Map<String,Object> properties
Constructor Detail

CommandWrapper

public CommandWrapper()
Method Detail

getCommand

public Object getCommand()
Returns:
the command

setCommand

public void setCommand(Object command)
Parameters:
command - the command to set

getTagName

public String getTagName()
Returns:
the tagName

setTagName

public void setTagName(String tagName)
Parameters:
tagName - the tagName to set

getProperties

public Map<String,Object> getProperties()
Returns:
the properties

setProperties

public void setProperties(Map<String,Object> properties)
Parameters:
properties - the properties to set


Copyright © 2011. All Rights Reserved.