org.mobicents.protocols.mgcp.jain.pkg
Class SegmentId

java.lang.Object
  extended by org.mobicents.protocols.mgcp.jain.pkg.SegmentId

public class SegmentId
extends Object


Constructor Summary
SegmentId(String segmentId, String alias)
           
 
Method Summary
 String getAlias()
           
 List<String> getEmbedVarList()
           
 String getSegmentId()
           
 Map<String,String> getSegSelectorMap()
           
 void setEmbedVarList(List<String> embedVarList)
           
 void setSegSelectorMap(Map<String,String> segSelectorMap)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegmentId

public SegmentId(String segmentId,
                 String alias)
Method Detail

getEmbedVarList

public List<String> getEmbedVarList()

setEmbedVarList

public void setEmbedVarList(List<String> embedVarList)

getSegSelectorMap

public Map<String,String> getSegSelectorMap()

setSegSelectorMap

public void setSegSelectorMap(Map<String,String> segSelectorMap)

getSegmentId

public String getSegmentId()

getAlias

public String getAlias()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.