Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.resources
Class SkinInfo

java.lang.Object
  extended by org.nuxeo.theme.resources.StyleInfo
      extended by org.nuxeo.theme.resources.SkinInfo

public class SkinInfo
extends StyleInfo


Constructor Summary
SkinInfo(String name, String bank, String collection, String resource, String preview, boolean base)
           
 
Method Summary
 boolean isBase()
           
 void setBase(boolean base)
           
 
Methods inherited from class org.nuxeo.theme.resources.StyleInfo
getBank, getCollection, getName, getPreview, getResource, setBank, setCollection, setName, setPreview, setResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinInfo

public SkinInfo(String name,
                String bank,
                String collection,
                String resource,
                String preview,
                boolean base)
Method Detail

isBase

public boolean isBase()

setBase

public void setBase(boolean base)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.