org.shept.org.springframework.beans.support
Class CommandWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CommandWrapper
public CommandWrapper()
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.