org.minetti.astrodevice.server.hibernate.object
Class CelestialLimitPointImpl

java.lang.Object
  extended by org.minetti.astrodevice.server.hibernate.object.CelestialLimitPointImpl
All Implemented Interfaces:
Serializable, CelestialLimitPoint, HorizontalCoordinates

@Entity
public final class CelestialLimitPointImpl
extends Object
implements CelestialLimitPoint, Serializable

Object representing a point of the celestial limit used to delimit the visible portion of the sky.

Author:
Jean-Philippe MINETTI
See Also:
Serialized Form

Constructor Summary
CelestialLimitPointImpl()
          Constructor.
CelestialLimitPointImpl(CelestialLimitPoint celestialLimitPoint)
          Constructor.
 
Method Summary
 boolean equals(Object obj)
           
 org.minetti.astrodevice.common.coordinate.Coordinate getAltitude()
           
 org.minetti.astrodevice.common.coordinate.Coordinate getAzimuth()
           
 Long getId()
           
 int getOrder()
           
 int hashCode()
           
 void setOrder(int order)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CelestialLimitPointImpl

public CelestialLimitPointImpl()
Constructor.


CelestialLimitPointImpl

public CelestialLimitPointImpl(CelestialLimitPoint celestialLimitPoint)
Constructor.

Parameters:
celestialLimitPoint - Point of the celestial limit.
Method Detail

getId

public Long getId()
Specified by:
getId in interface CelestialLimitPoint

getOrder

public int getOrder()
Specified by:
getOrder in interface CelestialLimitPoint

setOrder

public void setOrder(int order)
Specified by:
setOrder in interface CelestialLimitPoint

getAzimuth

public org.minetti.astrodevice.common.coordinate.Coordinate getAzimuth()
Specified by:
getAzimuth in interface HorizontalCoordinates

getAltitude

public org.minetti.astrodevice.common.coordinate.Coordinate getAltitude()
Specified by:
getAltitude in interface HorizontalCoordinates

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 astroDevice. All Rights Reserved.