edu.nrao.sss.model.resource
Class PulsarSpecification

java.lang.Object
  extended by edu.nrao.sss.model.resource.PulsarSpecification
All Implemented Interfaces:
Cloneable

public class PulsarSpecification
extends Object
implements Cloneable

A resource specification for pulsar observations.

Version Info:

$Revision: 1709 $
$Date: 2008-11-14 11:22:37 -0700 (Fri, 14 Nov 2008) $
$Author: dharland $

Since:
2006-09-08
Author:
David M. Harland

Constructor Summary
PulsarSpecification()
          Creates a new instance.
 
Method Summary
 PulsarSpecification clone()
          Returns a pulsar specification that is a copy of this one.
 boolean equals(Object o)
          Returns true if o is equal to this specification.
 int hashCode()
          Returns a hash code value for this specification.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PulsarSpecification

public PulsarSpecification()
Creates a new instance.

Method Detail

clone

public PulsarSpecification clone()
Returns a pulsar specification that is a copy of this one.

If anything goes wrong during the cloning procedure, a RuntimeException will be thrown.

Overrides:
clone in class Object

equals

public boolean equals(Object o)
Returns true if o is equal to this specification.

Overrides:
equals in class Object

hashCode

public int hashCode()
Returns a hash code value for this specification.

Overrides:
hashCode in class Object


Copyright © 2009. All Rights Reserved.