|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.taglibs.rdc.sampleapps.musicstore.ws.Image
public class Image
Image Object to store properties of an product image
| Field Summary | |
|---|---|
protected int |
height
|
protected java.lang.String |
url
|
protected int |
width
|
| Constructor Summary | |
|---|---|
Image(java.lang.String url,
int height,
int width)
Constructor |
|
| Method Summary | |
|---|---|
int |
getHeight()
|
java.lang.String |
getUrl()
|
int |
getWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String url
protected int height
protected int width
| Constructor Detail |
|---|
public Image(java.lang.String url,
int height,
int width)
url - height - width - | Method Detail |
|---|
public int getHeight()
public java.lang.String getUrl()
public int getWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||