Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.formats
Class DefaultFormat

java.lang.Object
  extended by org.nuxeo.theme.formats.DefaultFormat
All Implemented Interfaces:
Format, PropertySheet, Relate, Identifiable
Direct Known Subclasses:
LayoutFormat, StyleFormat, WidgetFormat

public class DefaultFormat
extends java.lang.Object
implements Format


Constructor Summary
DefaultFormat()
           
 
Method Summary
 void clonePropertiesOf(Format source)
           
 java.lang.String getDescription()
           
 FormatType getFormatType()
           
 java.lang.String getName()
           
 Predicate getPredicate()
           
 java.util.Properties getProperties()
           
 java.lang.String getProperty(java.lang.String key)
           
 java.util.Enumeration<?> getPropertyNames()
           
 java.lang.Integer getUid()
           
 java.lang.String hash()
           
 boolean hasProperties()
           
 boolean isCustomized()
           
 boolean isNamed()
           
 boolean isRemote()
           
 void setCustomized(boolean customized)
           
 void setDescription(java.lang.String description)
           
 void setFormatType(FormatType formatType)
           
 void setName(java.lang.String name)
           
 void setProperties(java.util.Properties properties)
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 void setRemote(boolean remote)
           
 void setUid(java.lang.Integer uid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFormat

public DefaultFormat()
Method Detail

getUid

public java.lang.Integer getUid()
Specified by:
getUid in interface Identifiable

setUid

public void setUid(java.lang.Integer uid)
Specified by:
setUid in interface Identifiable

hash

public java.lang.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 java.lang.String getName()
Specified by:
getName in interface Identifiable

setName

public void setName(java.lang.String name)
Specified by:
setName in interface Identifiable

getProperty

public java.lang.String getProperty(java.lang.String key)
Specified by:
getProperty in interface PropertySheet

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)
Specified by:
setProperty in interface PropertySheet

getPropertyNames

public java.util.Enumeration<?> getPropertyNames()
Specified by:
getPropertyNames in interface PropertySheet

hasProperties

public boolean hasProperties()
Specified by:
hasProperties in interface PropertySheet

getProperties

public java.util.Properties getProperties()
Specified by:
getProperties in interface PropertySheet

setProperties

public void setProperties(java.util.Properties properties)
Specified by:
setProperties in interface PropertySheet

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Format

setDescription

public void setDescription(java.lang.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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.