org.hyperic.hq.ui.action.resource.common.monitor.visibility
Class MetricMetadataForm
java.lang.Object
org.apache.struts.action.ActionForm
org.hyperic.hq.ui.action.resource.common.monitor.visibility.MetricMetadataForm
- All Implemented Interfaces:
- java.io.Serializable
public class MetricMetadataForm
- extends org.apache.struts.action.ActionForm
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
java.lang.String |
getCtype()
|
java.lang.String |
getEid()
|
java.lang.Integer |
getM()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setCtype(java.lang.String ctype)
Sets the ctype. |
void |
setEid(java.lang.String eid)
Sets the eid. |
void |
setM(java.lang.Integer m)
Sets the m. |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricMetadataForm
public MetricMetadataForm()
getCtype
public java.lang.String getCtype()
- Returns:
- String
getEid
public java.lang.String getEid()
- Returns:
- String
getM
public java.lang.Integer getM()
- Returns:
- Integer
setCtype
public void setCtype(java.lang.String ctype)
- Sets the ctype.
- Parameters:
ctype
- The ctype to set
setEid
public void setEid(java.lang.String eid)
- Sets the eid.
- Parameters:
eid
- The eid to set
setM
public void setM(java.lang.Integer m)
- Sets the m.
- Parameters:
m
- The m to set
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
reset
in class org.apache.struts.action.ActionForm
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.