org.shept.org.springframework.web.servlet.mvc.support
Class InfoItem
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.support.InfoItem
public class InfoItem
- extends Object
- Version:
- $$Id: InfoItem.java 62 2010-11-03 18:25:08Z aha $$
- Author:
- Andi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
private String code
selector
private String selector
InfoItem
public InfoItem()
InfoItem
public InfoItem(String code)
getCode
public String getCode()
- Returns:
- the code
setCode
public void setCode(String code)
- Parameters:
code - the code to set
getSelector
public String getSelector()
- Returns:
- the selector
setSelector
public void setSelector(String selector)
- Parameters:
selector - the selector to set
Copyright © 2011. All Rights Reserved.