Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme
Class RegistryType

java.lang.Object
  extended by org.nuxeo.theme.RegistryType
All Implemented Interfaces:
Type

public class RegistryType
extends Object
implements Type


Field Summary
 String className
           
 String name
           
 
Constructor Summary
RegistryType()
           
RegistryType(String name, String className)
           
 
Method Summary
 String getClassName()
           
 String getName()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 void setClassName(String className)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

className

public String className
Constructor Detail

RegistryType

public RegistryType()

RegistryType

public RegistryType(String name,
                    String className)
Method Detail

getName

public String getName()

getClassName

public String getClassName()

getTypeFamily

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

getTypeName

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

setClassName

public void setClassName(String className)

setName

public void setName(String name)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.