public class MetricMetadataForm
extends org.apache.struts.action.ActionForm
| Constructor and Description |
|---|
MetricMetadataForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCtype() |
String |
getEid() |
Integer |
getM() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setCtype(String ctype)
Sets the ctype.
|
void |
setEid(String eid)
Sets the eid.
|
void |
setM(Integer m)
Sets the m.
|
public String getCtype()
public String getEid()
public Integer getM()
public void setCtype(String ctype)
ctype - The ctype to setpublic void setEid(String eid)
eid - The eid to setpublic void setM(Integer m)
m - The m to setpublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.