public class SpectrumDataLink
extends java.lang.Object
Constructor and Description |
---|
SpectrumDataLink()
Default constructor.
|
SpectrumDataLink(int eav_id,
int referencing_spectrum_id,
int referenced_spectrum_id,
java.lang.String dl_type)
Constructor.
|
SpectrumDataLink(int referencing_spectrum_id,
int referenced_spectrum_id,
java.lang.String dl_type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getEAVId()
Get the identifier of the eav entry storing the reference
|
java.lang.String |
getLinkType()
Get the link type.
|
int |
getReferencedId()
Get the identifier of the spectrum that is being referred to
|
int |
getReferencingId()
Get the identifier of the spectrum that is making the reference
|
void |
setEAVId(int eav_id)
Set the identifier of the eav entry storing the reference
|
void |
setLinkType(java.lang.String dl_type)
Set the link type.
|
void |
setReferencedId(int referenced_spectrum_id)
Set the identifier of the spectrum that is being referred to
|
void |
setReferencingId(int referencing_spectrum_id)
Set the identifier of the spectrum that is making the reference
|
public SpectrumDataLink()
public SpectrumDataLink(int eav_id, int referencing_spectrum_id, int referenced_spectrum_id, java.lang.String dl_type)
eav_id
- the identifier of the eav storing the linkreferencing_spectrum_id
- the identifier of the spectrum that is making the referencereferenced_spectrum_id
- the identifier of the spectrum that is being referenceddl_type
- the data link typepublic SpectrumDataLink(int referencing_spectrum_id, int referenced_spectrum_id, java.lang.String dl_type)
referencing_spectrum_id
- the identifier of the spectrum that is making the referencereferenced_spectrum_id
- the identifier of the spectrum that is being referenceddl_type
- the data link typepublic int getEAVId()
public void setEAVId(int eav_id)
eav_id
- the new identifierpublic int getReferencingId()
public void setReferencingId(int referencing_spectrum_id)
referencing_spectrum_id
- the new identifierpublic int getReferencedId()
public void setReferencedId(int referenced_spectrum_id)
referenced_spectrum_id
- the new identifierpublic java.lang.String getLinkType()
public void setLinkType(java.lang.String dl_type)
dl_type
- the new type