org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display
Class ReaderDisplay
java.lang.Object
org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.AbstractDisplayElement
org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.ReaderDisplay
- All Implemented Interfaces:
- IDisplayElement
public class ReaderDisplay
- extends AbstractDisplayElement
- Since:
- 1.2
- Version:
- 1.2.0
|
Constructor Summary |
ReaderDisplay(java.lang.String name,
java.lang.Object paramObj,
java.lang.String currentProfile)
Constructs an instance of this class from the specified name, param obj and current profile parameters. |
|
Method Summary |
java.lang.String |
getCurrentProfile()
Gets the current profile (String) value. |
java.lang.String |
getHtml(java.lang.String servletPath)
Get html with the specified servlet path parameter and return the String result. |
IDisplayElement |
getParamentContent()
Gets the parament content (IDisplayElement) value. |
void |
setCurrentProfile(java.lang.String currentProfile)
Sets the current profile value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderDisplay
public ReaderDisplay(java.lang.String name,
java.lang.Object paramObj,
java.lang.String currentProfile)
- Constructs an instance of this class from the specified name, param obj and current profile parameters.
- Parameters:
name - The name (String) parameter.paramObj - The param obj (Object) parameter.currentProfile - The current profile (String) parameter.
getCurrentProfile
public java.lang.String getCurrentProfile()
- Gets the current profile (String) value.
- Returns:
- The current profile (
String) value. - See Also:
setCurrentProfile(String)
getHtml
public java.lang.String getHtml(java.lang.String servletPath)
- Get html with the specified servlet path parameter and return the String result.
- Parameters:
servletPath - The servlet path (String) parameter.
- Returns:
- Results of the get html (
String) value.
getParamentContent
public IDisplayElement getParamentContent()
- Gets the parament content (IDisplayElement) value.
- Returns:
- The parament content (
IDisplayElement) value.
setCurrentProfile
public void setCurrentProfile(java.lang.String currentProfile)
- Sets the current profile value.
- Parameters:
currentProfile - The current profile (String) parameter.- See Also:
getCurrentProfile()
Copyright (c) 2009 IBM. See license in Legal section.