Examples of ObjKeyType


Examples of ietf.params.xml.ns.sppp.base._1.ObjKeyType

public class DelDestGrpMediator extends CommandMediator<DelDestGrpRqstType, DestinationGroup> {
 
  public void convertOriginalToDTO() {
    DestinationGroup destGrp = new DestinationGroup();
    ObjKeyType objKey = originalDataObject.getObjKey();

   
    destGrp.setOrganizationName(objKey.getRant());   
    destGrp.setDestGrpName(objKey.getName());
   
    command.setDto(destGrp);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.