org.apache.struts.webapp.el.exercise
Class Coord
java.lang.Object
org.apache.struts.webapp.el.exercise.Coord
- All Implemented Interfaces:
- Serializable
public class Coord
- extends Object
- implements Serializable
Simple bean to use for testing indexed tags.
- See Also:
- Serialized Form
Coord
public Coord()
Coord
public Coord(int x,
int y)
getX
public int getX()
getY
public int getY()
setX
public void setX(int x)
setY
public void setY(int y)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.