2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display
Class ReaderDisplay

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.AbstractDisplayElement
      extended by 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

Field Summary
 
Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.IDisplayElement
TYPE_PARAMETER, TYPE_PROFILE, TYPE_READER
 
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 org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.AbstractDisplayElement
addComment, addCommentTitle, clearComment, getButton, getComment, getJavaScriptFunction, getName, getParamObj, getType, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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()

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.