com.alarmpoint.spectrum.data
Class SpectrumRelationship
java.lang.Object
com.alarmpoint.spectrum.data.SpectrumModel
com.alarmpoint.spectrum.data.SpectrumRelationship
public class SpectrumRelationship
- extends SpectrumModel
Simple data object to hold the Spectrum relationship data
- Author:
- Mike Bennett
Constructor Summary |
SpectrumRelationship(java.lang.String record)
Creates a new instance of the SpectrumRelationship |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SpectrumRelationship
public SpectrumRelationship(java.lang.String record)
- Creates a new instance of the SpectrumRelationship
- Parameters:
record
- String containing the data for this instance
setRelation
public void setRelation(java.lang.String relation)
getRelation
public java.lang.String getRelation()
toString
public java.lang.String toString()
- Overrides:
toString
in class SpectrumModel