Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.presets
Class PresetType

java.lang.Object
  extended by org.nuxeo.theme.presets.PresetType
All Implemented Interfaces:
Type
Direct Known Subclasses:
CustomPresetType

public class PresetType
extends Object
implements Type


Constructor Summary
PresetType()
           
PresetType(String name, String value, String group, String category, String label, String description)
           
 
Method Summary
 String getCategory()
           
 String getDescription()
           
 String getEffectiveName()
           
 String getGroup()
           
 String getLabel()
           
 String getName()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 String getValue()
           
 void setCategory(String category)
           
 void setDescription(String description)
           
 void setGroup(String group)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresetType

public PresetType()

PresetType

public PresetType(String name,
                  String value,
                  String group,
                  String category,
                  String label,
                  String description)
Method Detail

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getName

public String getName()

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type

getEffectiveName

public String getEffectiveName()

getValue

public String getValue()

getCategory

public String getCategory()

getGroup

public String getGroup()

setName

public void setName(String name)

setGroup

public void setGroup(String group)

setCategory

public void setCategory(String category)

setValue

public void setValue(String value)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.