org.jsmpp.bean
Class DistributionList

java.lang.Object
  extended by org.jsmpp.bean.DistributionList
All Implemented Interfaces:
DestinationAddress

public class DistributionList
extends java.lang.Object
implements DestinationAddress

Author:
uudashr

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jsmpp.bean.DestinationAddress
DestinationAddress.Flag
 
Constructor Summary
DistributionList(java.lang.String name)
           
 
Method Summary
 DestinationAddress.Flag getFlag()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributionList

public DistributionList(java.lang.String name)
Method Detail

getFlag

public DestinationAddress.Flag getFlag()
Specified by:
getFlag in interface DestinationAddress

getName

public java.lang.String getName()