|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectunc.cdva.interactiveitems.ItemsBean
public class ItemsBean
A conveniance class that acts as a transport between the items manager and the 3d rendering stuff.
| Constructor Summary | |
|---|---|
ItemsBean()
Default constructor, no initialization done, all data is null and needs to be set. |
|
ItemsBean(ItemsBean bean)
Copy constructor - creates a deep copy. |
|
| Method Summary | |
|---|---|
java.util.Vector<Gun> |
getGuns()
|
PathwayEnd |
getPathwayEnd()
|
java.util.Vector<Projectile> |
getProjectiles()
|
java.util.Vector<RangeCar> |
getRangeCars()
|
java.util.Vector<Reticle> |
getReticles()
|
java.util.Vector<Target> |
getTargets()
|
void |
setGuns(java.util.Vector<Gun> guns)
Sets the gun objects in the bean (does not create a copy). |
void |
setPathwayEnd(PathwayEnd pathwayEnd)
Sets the pathway end object (does not create a copy). |
void |
setProjectiles(java.util.Vector<Projectile> projectiles)
Sets the projectiles objects in the bean (does not create a copy) |
void |
setRangeCars(java.util.Vector<RangeCar> rangeCars)
Sets the range car objects in the bean (does not create a copy) |
void |
setReticles(java.util.Vector<Reticle> reticles)
Sets the reticles objects in the bean (does not create a copy) |
void |
setTargets(java.util.Vector<Target> targets)
Sets the targets objects in the bean (does not create a copy) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemsBean()
public ItemsBean(ItemsBean bean)
bean - The bean to create a copy of.| Method Detail |
|---|
public java.util.Vector<Gun> getGuns()
public PathwayEnd getPathwayEnd()
public java.util.Vector<Projectile> getProjectiles()
public java.util.Vector<RangeCar> getRangeCars()
public java.util.Vector<Reticle> getReticles()
public java.util.Vector<Target> getTargets()
public void setGuns(java.util.Vector<Gun> guns)
guns - A vector of gun objects.public void setPathwayEnd(PathwayEnd pathwayEnd)
pathwayEnd - the pathway endpublic void setProjectiles(java.util.Vector<Projectile> projectiles)
projectiles - A vector of projectile objects.public void setRangeCars(java.util.Vector<RangeCar> rangeCars)
rangeCars - A vector of rangeCars.public void setReticles(java.util.Vector<Reticle> reticles)
reticles - A vector of reticles objects.public void setTargets(java.util.Vector<Target> targets)
targets - A vector of targets.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||