games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing
Class ConcretWingTwo

java.lang.Object
  extended by games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
All Implemented Interfaces:
Wing, ObjectsWorld, ObjectsWorldSetable

public class ConcretWingTwo
extends java.lang.Object
implements Wing

Author:
diego THIS WING HAS +5 IN STABILITY ATIBUTE

Constructor Summary
protected ConcretWingTwo()
           
  ConcretWingTwo(java.lang.Double stability)
           
  ConcretWingTwo(java.lang.Double stability, java.lang.Double height, java.lang.Double width, java.lang.Double weight)
           
 
Method Summary
 java.lang.Double area()
           
 java.lang.Double getEstability()
           
 java.lang.Double getObjectHeight()
           
 java.lang.Double getObjectWeight()
           
 java.lang.Double getObjectWidth()
           
 void setEstability(java.lang.Double stability)
           
 void setObjectHeight(java.lang.Double height)
          Set the Object height.
 void setObjectWeight(java.lang.Double weight)
          Set the Object weight.
 void setObjectWidth(java.lang.Double width)
          Set the Object width.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcretWingTwo

protected ConcretWingTwo()

ConcretWingTwo

public ConcretWingTwo(java.lang.Double stability)

ConcretWingTwo

public ConcretWingTwo(java.lang.Double stability,
                      java.lang.Double height,
                      java.lang.Double width,
                      java.lang.Double weight)
Method Detail

getEstability

public java.lang.Double getEstability()
Specified by:
getEstability in interface Wing
Returns:
the Wing Estability.

area

public java.lang.Double area()
Specified by:
area in interface ObjectsWorld
Returns:
the Object area.

getObjectHeight

public java.lang.Double getObjectHeight()
Specified by:
getObjectHeight in interface ObjectsWorld
Returns:
the Obejct height.

getObjectWeight

public java.lang.Double getObjectWeight()
Specified by:
getObjectWeight in interface ObjectsWorld
Returns:
the Object weight.

getObjectWidth

public java.lang.Double getObjectWidth()
Specified by:
getObjectWidth in interface ObjectsWorld
Returns:
the Object width.

setEstability

public void setEstability(java.lang.Double stability)
Specified by:
setEstability in interface Wing

setObjectHeight

public void setObjectHeight(java.lang.Double height)
Description copied from interface: ObjectsWorldSetable
Set the Object height.

Specified by:
setObjectHeight in interface ObjectsWorldSetable

setObjectWeight

public void setObjectWeight(java.lang.Double weight)
Description copied from interface: ObjectsWorldSetable
Set the Object weight.

Specified by:
setObjectWeight in interface ObjectsWorldSetable

setObjectWidth

public void setObjectWidth(java.lang.Double width)
Description copied from interface: ObjectsWorldSetable
Set the Object width.

Specified by:
setObjectWidth in interface ObjectsWorldSetable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007. All Rights Reserved.