org.jboss.dna.web.jcr.rest.client.domain
Interface IDnaObject

All Known Implementing Classes:
Repository, Server, Workspace

public interface IDnaObject

The IDnaObject class defines a DNA business object.


Method Summary
 String getName()
           
 String getShortDescription()
           
 

Method Detail

getName

String getName()
Returns:
the object name (never null)

getShortDescription

String getShortDescription()
Returns:
a description suitable for use in a tooltip (never null)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.