cfa.vo.sed.dm
Class CoordFrame

java.lang.Object
  extended by cfa.vo.sed.dm.CoordFrame
All Implemented Interfaces:
ICoordFrame
Direct Known Subclasses:
GenericCoordFrame, RedshiftFrame, SpaceFrame, SpectralFrame, TimeFrame

public class CoordFrame
extends java.lang.Object
implements ICoordFrame


Field Summary
protected  java.lang.String _id
           
protected  java.lang.String _name
           
protected  java.lang.String _refPos
           
protected  java.lang.String _ucd
           
 
Constructor Summary
CoordFrame()
           
 
Method Summary
 java.lang.String getID()
          Gets the value of the ID property.
 java.lang.String getName()
          Gets the Name property
 java.lang.String getReferencePos()
          Gets the Reference Position IValue
 java.lang.String getUCD()
          Gets the value of the ucd.
 void setID(java.lang.String id)
          Sets the value of the ID property
 void setName(java.lang.String name)
          Sets the value of the Name property
 void setReferencePos(java.lang.String refPos)
          Sets the value of the Reference Position
 void setUCD(java.lang.String ucd)
          Sets the value of the ucd
 java.lang.String toString()
          Override Object's toString() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

protected java.lang.String _name

_refPos

protected java.lang.String _refPos

_id

protected java.lang.String _id

_ucd

protected java.lang.String _ucd
Constructor Detail

CoordFrame

public CoordFrame()
Method Detail

getName

public java.lang.String getName()
Gets the Name property

Specified by:
getName in interface ICoordFrame
Returns:
possible object is String

setName

public void setName(java.lang.String name)
Sets the value of the Name property

Specified by:
setName in interface ICoordFrame
Parameters:
name - allowed object is String

getReferencePos

public java.lang.String getReferencePos()
Gets the Reference Position IValue

Specified by:
getReferencePos in interface ICoordFrame
Returns:
possible object is String

setReferencePos

public void setReferencePos(java.lang.String refPos)
Sets the value of the Reference Position

Specified by:
setReferencePos in interface ICoordFrame
Parameters:
refPos - allowed object is String

getID

public java.lang.String getID()
Gets the value of the ID property.

Specified by:
getID in interface ICoordFrame
Returns:
possible object is String

setID

public void setID(java.lang.String id)
Sets the value of the ID property

Specified by:
setID in interface ICoordFrame
Parameters:
id - allowed object is String

getUCD

public java.lang.String getUCD()
Gets the value of the ucd.

Specified by:
getUCD in interface ICoordFrame
Returns:
possible object is String

setUCD

public void setUCD(java.lang.String ucd)
Sets the value of the ucd

Specified by:
setUCD in interface ICoordFrame
Parameters:
ucd - allowed object is String

toString

public java.lang.String toString()
Override Object's toString() method.

Overrides:
toString in class java.lang.Object
Returns:
possible object is String