Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.perspectives
Class PerspectiveType

java.lang.Object
  extended by org.nuxeo.theme.perspectives.PerspectiveType
All Implemented Interfaces:
Relate, Type

public final class PerspectiveType
extends Object
implements Relate, Type


Field Summary
 String name
           
 String title
           
 
Constructor Summary
PerspectiveType()
           
PerspectiveType(String name, String title)
           
 
Method Summary
 String getName()
           
 String getTitle()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 String hash()
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

title

public String title
Constructor Detail

PerspectiveType

public PerspectiveType()

PerspectiveType

public PerspectiveType(String name,
                       String title)
Method Detail

getTypeFamily

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

getTypeName

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

hash

public String hash()
Specified by:
hash in interface Relate

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getName

public String getName()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.