Package com.casamind.adware.shared.model

Examples of com.casamind.adware.shared.model.ResourceSummaryDTO


  public String getBlobKey() {
    return blobKey;
  }

  public static ResourceSummaryDTO toSummaryDTO(Resource resource) {
    return resource == null ? null : new ResourceSummaryDTO(resource.getId(), resource.getProductId(), resource.getFilename(), resource.getImageURL());
  }
View Full Code Here

TOP

Related Classes of com.casamind.adware.shared.model.ResourceSummaryDTO

Copyright © 2018 www.massapicom. 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.