Examples of PriceSetNameDto


Examples of lv.odylab.evemanage.client.rpc.dto.priceset.PriceSetNameDto

        return priceSetItemDto;
    }

    @Override
    public PriceSetNameDto map(PriceSet priceSet, Class<PriceSetNameDto> priceSetItemClass) {
        PriceSetNameDto priceSetNameDto = new PriceSetNameDto();
        priceSetNameDto.setPriceSetID(priceSet.getId());
        priceSetNameDto.setPriceSetName(priceSet.getName());
        return priceSetNameDto;
    }
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.