com.signalsoftcorp.lst.meri
Class MERI10SubscriberId

java.lang.Object
  |
  +--com.signalsoftcorp.lst.meri.MERISubscriberID
        |
        +--com.signalsoftcorp.lst.meri.MERI10SubscriberId

public class MERI10SubscriberId
extends MERISubscriberID

Representation of a subscriber encapsulating anything specific to the 1.0 version of MERI.


Fields inherited from class com.signalsoftcorp.lst.meri.MERISubscriberID
MSID, OSID, PSID, TSID, UNKNOWN
 
Constructor Summary
MERI10SubscriberId()
          Simple constructor.
MERI10SubscriberId(java.lang.String type, java.lang.String id)
          Construct the MERI10SubscriberId.
 
Methods inherited from class com.signalsoftcorp.lst.meri.MERISubscriberID
getId, getType, setId, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MERI10SubscriberId

public MERI10SubscriberId()
Simple constructor.

MERI10SubscriberId

public MERI10SubscriberId(java.lang.String type,
                          java.lang.String id)
Construct the MERI10SubscriberId.
Parameters:
type - The subscriber ID type. Can be MSID, PSID, OSID, TSID.
id - The actually value of the subscriber ID.


Copyright © SignalSoft Corp. All Rights Reserved.