org.apache.struts.webapp.el.exercise
Class Coord

java.lang.Object
  extended by 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

Constructor Summary
Coord()
           
Coord(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 void setX(int x)
           
 void setY(int y)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Coord

public Coord()

Coord

public Coord(int x,
             int y)
Method Detail

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.