org.nuxeo.theme.formats
Class DefaultFormat
java.lang.Object
org.nuxeo.theme.formats.DefaultFormat
- All Implemented Interfaces:
- Format, PropertySheet, Relate, Identifiable
- Direct Known Subclasses:
- LayoutFormat, StyleFormat, WidgetFormat
public class DefaultFormat
- extends Object
- implements Format
DefaultFormat
public DefaultFormat()
getUid
public Integer getUid()
- Specified by:
getUid in interface Identifiable
setUid
public void setUid(Integer uid)
- Specified by:
setUid in interface Identifiable
hash
public String hash()
- Specified by:
hash in interface Relate
getPredicate
public Predicate getPredicate()
- Specified by:
getPredicate in interface Format
getFormatType
public FormatType getFormatType()
- Specified by:
getFormatType in interface Format
setFormatType
public void setFormatType(FormatType formatType)
- Specified by:
setFormatType in interface Format
getName
public String getName()
- Specified by:
getName in interface Identifiable
setName
public void setName(String name)
- Specified by:
setName in interface Identifiable
getProperty
public String getProperty(String key)
- Specified by:
getProperty in interface PropertySheet
setProperty
public void setProperty(String key,
String value)
- Specified by:
setProperty in interface PropertySheet
getPropertyNames
public Enumeration<?> getPropertyNames()
- Specified by:
getPropertyNames in interface PropertySheet
hasProperties
public boolean hasProperties()
- Specified by:
hasProperties in interface PropertySheet
getProperties
public Properties getProperties()
- Specified by:
getProperties in interface PropertySheet
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties in interface PropertySheet
getDescription
public String getDescription()
- Specified by:
getDescription in interface Format
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface Format
clonePropertiesOf
public void clonePropertiesOf(Format source)
- Specified by:
clonePropertiesOf in interface Format
isNamed
public boolean isNamed()
- Specified by:
isNamed in interface Format
isRemote
public boolean isRemote()
- Specified by:
isRemote in interface Format
setRemote
public void setRemote(boolean remote)
- Specified by:
setRemote in interface Format
isCustomized
public boolean isCustomized()
- Specified by:
isCustomized in interface Format
setCustomized
public void setCustomized(boolean customized)
- Specified by:
setCustomized in interface Format
Copyright © 2011 Nuxeo SAS. All Rights Reserved.