Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.types
Class SubType

java.lang.Object
  extended by org.nuxeo.ecm.platform.types.SubType
All Implemented Interfaces:
Serializable

public class SubType
extends Object
implements Serializable

Type view to display a given document sub-type.

Author:
Catalin Baican
See Also:
Serialized Form

Constructor Summary
SubType()
           
 
Method Summary
 List<String> getHidden()
           
 String getName()
           
 void setHidden(String value)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubType

public SubType()
Method Detail

getHidden

public List<String> getHidden()

setHidden

public void setHidden(String value)

getName

public String getName()

setName

public void setName(String name)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.