|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.dm.SED
public class SED
| Constructor Summary | |
|---|---|
SED()
|
|
| Method Summary | |
|---|---|
void |
addSegment(SEDSegment segment)
Adds an SEDSegment to SEDSegments Vector. |
IValue |
getCreator()
Gets the creator. |
IValue |
getCreatorID()
Gets the creator ID. |
IValue |
getDate()
Gets the creation date. |
int |
getNSegments()
Gets the number of segments in SED. |
SEDSegment |
getSegment(int n)
Gets the n'th Segment. |
java.util.Vector |
getSegments()
Gets the Vector of SEDSegments. |
IValue |
getSpectralMaxWavelength()
Gets the spectral maximum wavelength. |
IValue |
getSpectralMinWavelength()
Gets the spectral minimum wavelength. |
Target |
getTarget()
Gets the target object. |
IValue |
getType()
Gets the type of SED. |
void |
setCreator(IValue creator)
Sets the creator. |
void |
setCreatorID(IValue creatorID)
Sets the creator ID. |
void |
setDate(IValue date)
Sets the creation date. |
void |
setSpectralMaxWavelength(IValue spectralMax)
Sets the spectral maximum wavelength. |
void |
setSpectralMinWavelength(IValue spectralMin)
Sets the spectral minimum wavelength. |
void |
setTarget(Target target)
Sets the target object |
void |
setType(IValue type)
Sets the type of SED. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SED()
| Method Detail |
|---|
public Target getTarget()
Targetpublic void setTarget(Target target)
target - allowed object is
Targetpublic java.util.Vector getSegments()
Vectorpublic SEDSegment getSegment(int n)
n - allowed object is int
SEDSegmentpublic void addSegment(SEDSegment segment)
segment - allowed object is
SEDSegmentpublic IValue getDate()
IValuepublic void setDate(IValue date)
date - allowed object is
IValuepublic IValue getType()
IValuepublic void setType(IValue type)
type - allowed object is
IValuepublic int getNSegments()
public IValue getCreator()
IValuepublic void setCreator(IValue creator)
creator - allowed object is
IValuepublic IValue getCreatorID()
IValuepublic void setCreatorID(IValue creatorID)
creatorID - allowed object is
IValuepublic IValue getSpectralMinWavelength()
IValuepublic void setSpectralMinWavelength(IValue spectralMin)
spectralMin - IValuepublic IValue getSpectralMaxWavelength()
IValuepublic void setSpectralMaxWavelength(IValue spectralMax)
spectralMax - IValuepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||