public class DefaultFormat extends Object implements Format
| Constructor and Description |
|---|
DefaultFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
clonePropertiesOf(Format source) |
String |
getDescription() |
FormatType |
getFormatType() |
String |
getName() |
Predicate |
getPredicate() |
Properties |
getProperties() |
String |
getProperty(String key) |
Enumeration<?> |
getPropertyNames() |
Integer |
getUid() |
String |
hash() |
boolean |
hasProperties() |
boolean |
isCustomized() |
boolean |
isExternal() |
boolean |
isNamed() |
boolean |
isRemote() |
void |
setCustomized(boolean customized) |
void |
setDescription(String description) |
void |
setExternal(boolean external) |
void |
setFormatType(FormatType formatType) |
void |
setName(String name) |
void |
setProperties(Properties properties) |
void |
setProperty(String key,
String value) |
void |
setRemote(boolean remote) |
void |
setUid(Integer uid) |
public Integer getUid()
getUid in interface Identifiablepublic void setUid(Integer uid)
setUid in interface Identifiablepublic Predicate getPredicate()
getPredicate in interface Formatpublic FormatType getFormatType()
getFormatType in interface Formatpublic void setFormatType(FormatType formatType)
setFormatType in interface Formatpublic String getName()
getName in interface Identifiablepublic void setName(String name)
setName in interface Identifiablepublic String getProperty(String key)
getProperty in interface PropertySheetpublic void setProperty(String key, String value)
setProperty in interface PropertySheetpublic Enumeration<?> getPropertyNames()
getPropertyNames in interface PropertySheetpublic boolean hasProperties()
hasProperties in interface PropertySheetpublic Properties getProperties()
getProperties in interface PropertySheetpublic void setProperties(Properties properties)
setProperties in interface PropertySheetpublic String getDescription()
getDescription in interface Formatpublic void setDescription(String description)
setDescription in interface Formatpublic void clonePropertiesOf(Format source)
clonePropertiesOf in interface Formatpublic boolean isCustomized()
isCustomized in interface Formatpublic void setCustomized(boolean customized)
setCustomized in interface Formatpublic void setExternal(boolean external)
public boolean isExternal()
Copyright © 2013 Nuxeo SA. All Rights Reserved.