org.hyperic.hq.ui.beans
Class ImageMapRectAreaBean
java.lang.Object
org.hyperic.hq.ui.beans.ImageMapRectAreaBean
- All Implemented Interfaces:
- java.io.Serializable
public class ImageMapRectAreaBean
- extends java.lang.Object
- implements java.io.Serializable
Bean to hold <area> information for an image map.
- See Also:
- Serialized Form
Constructor Summary |
ImageMapRectAreaBean()
|
ImageMapRectAreaBean(int x1,
int y1,
int x2,
int y2,
AppdefEntityID[] entityIds,
int ctype,
java.lang.String alt)
|
ImageMapRectAreaBean(int x1,
int y1,
int x2,
int y2,
AppdefEntityID[] entityIds,
int ctype,
java.lang.String alt,
java.lang.String autogrouptype)
|
ImageMapRectAreaBean(int x1,
int y1,
int x2,
int y2,
AppdefEntityID[] entityIds,
java.lang.String alt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageMapRectAreaBean
public ImageMapRectAreaBean()
ImageMapRectAreaBean
public ImageMapRectAreaBean(int x1,
int y1,
int x2,
int y2,
AppdefEntityID[] entityIds,
java.lang.String alt)
ImageMapRectAreaBean
public ImageMapRectAreaBean(int x1,
int y1,
int x2,
int y2,
AppdefEntityID[] entityIds,
int ctype,
java.lang.String alt)
ImageMapRectAreaBean
public ImageMapRectAreaBean(int x1,
int y1,
int x2,
int y2,
AppdefEntityID[] entityIds,
int ctype,
java.lang.String alt,
java.lang.String autogrouptype)
getX1
public int getX1()
setX1
public void setX1(int x1)
getY1
public int getY1()
setY1
public void setY1(int y1)
getX2
public int getX2()
setX2
public void setX2(int x2)
getY2
public int getY2()
setY2
public void setY2(int y2)
getEntityIds
public AppdefEntityID[] getEntityIds()
setEntityIds
public void setEntityIds(AppdefEntityID[] entityIds)
getCtype
public int getCtype()
setCtype
public void setCtype(int ctype)
getHasCtype
public boolean getHasCtype()
getAlt
public java.lang.String getAlt()
setAlt
public void setAlt(java.lang.String alt)
getAutogrouptype
public java.lang.String getAutogrouptype()
setAutogrouptype
public void setAutogrouptype(java.lang.String i)
getHasAutogrouptype
public boolean getHasAutogrouptype()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.