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 Identifiable
public void setUid(Integer uid)
setUid
in interface Identifiable
public Predicate getPredicate()
getPredicate
in interface Format
public FormatType getFormatType()
getFormatType
in interface Format
public void setFormatType(FormatType formatType)
setFormatType
in interface Format
public String getName()
getName
in interface Identifiable
public void setName(String name)
setName
in interface Identifiable
public String getProperty(String key)
getProperty
in interface PropertySheet
public void setProperty(String key, String value)
setProperty
in interface PropertySheet
public Enumeration<?> getPropertyNames()
getPropertyNames
in interface PropertySheet
public boolean hasProperties()
hasProperties
in interface PropertySheet
public Properties getProperties()
getProperties
in interface PropertySheet
public void setProperties(Properties properties)
setProperties
in interface PropertySheet
public String getDescription()
getDescription
in interface Format
public void setDescription(String description)
setDescription
in interface Format
public void clonePropertiesOf(Format source)
clonePropertiesOf
in interface Format
public boolean isCustomized()
isCustomized
in interface Format
public void setCustomized(boolean customized)
setCustomized
in interface Format
public void setExternal(boolean external)
public boolean isExternal()
Copyright © 2013 Nuxeo SA. All Rights Reserved.