SCCT.JavaSubscriber
Class SCCT_AbstractDataPackage

java.lang.Object
  extended by SCCT.JavaSubscriber.SCCT_AbstractPackage
      extended by SCCT.JavaSubscriber.SCCT_AbstractDataPackage
Direct Known Subclasses:
SCCT_2DArrayPackage, SCCT_AnalogDataPackage, SCCT_ConfigurationPackage, SCCT_DigitalDataPackage, SCCT_FilePackage, SCCT_Filter, SCCT_ImagePackage, SCCT_LocationPackage, SCCT_MessagePackage, SCCT_XmlPackage

public abstract class SCCT_AbstractDataPackage
extends SCCT_AbstractPackage

This class is an abstract representation of all data packages provided by SCCT.


Method Summary
 java.lang.String getSourceDescription()
          Gets the description of source from which come the package.
 int getSourceId()
          Gets the id of source from which come the package.
 
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractPackage
getCalendar, getPackageNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSourceId

public int getSourceId()
Gets the id of source from which come the package.
*This method is available only in PRO version.*

Returns:
the number id of the source.

getSourceDescription

public java.lang.String getSourceDescription()
Gets the description of source from which come the package.
*This method is available only in PRO version.*

Returns:
the description of the source.