Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.formats
Interface Format

All Superinterfaces:
Identifiable, PropertySheet, Relate
All Known Subinterfaces:
Layout, Style, Widget
All Known Implementing Classes:
DefaultFormat, LayoutFormat, StyleFormat, WidgetFormat

public interface Format
extends Relate, Identifiable, PropertySheet


Method Summary
 void clonePropertiesOf(Format source)
           
 String getDescription()
           
 FormatType getFormatType()
           
 Predicate getPredicate()
           
 boolean isCustomized()
           
 boolean isNamed()
           
 boolean isRemote()
           
 void setCustomized(boolean customized)
           
 void setDescription(String description)
           
 void setFormatType(FormatType formatType)
           
 void setRemote(boolean remote)
           
 
Methods inherited from interface org.nuxeo.theme.relations.Relate
hash
 
Methods inherited from interface org.nuxeo.theme.uids.Identifiable
getName, getUid, setName, setUid
 
Methods inherited from interface org.nuxeo.theme.properties.PropertySheet
getProperties, getProperty, getPropertyNames, hasProperties, setProperties, setProperty
 

Method Detail

getFormatType

FormatType getFormatType()

setFormatType

void setFormatType(FormatType formatType)

getPredicate

Predicate getPredicate()

setDescription

void setDescription(String description)

getDescription

String getDescription()

clonePropertiesOf

void clonePropertiesOf(Format source)

isNamed

boolean isNamed()

isCustomized

boolean isCustomized()

isRemote

boolean isRemote()

setRemote

void setRemote(boolean remote)

setCustomized

void setCustomized(boolean customized)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.