Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.resources
Class ImageInfo

java.lang.Object
  extended by org.nuxeo.theme.resources.ImageInfo

public class ImageInfo
extends Object


Constructor Summary
ImageInfo(String name, String collection)
           
 
Method Summary
 String getCollection()
           
 String getName()
           
 String getPath()
           
 void setCollection(String collection)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageInfo

public ImageInfo(String name,
                 String collection)
Method Detail

getPath

public String getPath()

getName

public String getName()

setName

public void setName(String name)

getCollection

public String getCollection()

setCollection

public void setCollection(String collection)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.