com.atlassian.confluence.it
Interface Entity

All Known Implementing Classes:
Group, User

public interface Entity


Method Summary
 String getDisplayName()
          Returns the display name of the Entity, eg full name for Users.
 String getName()
          Returns the Entity name.
 String getNameField()
          Returns the name of the field that stores the Entity name.
 

Method Detail

getName

String getName()
Returns the Entity name.


getNameField

String getNameField()
Returns the name of the field that stores the Entity name.


getDisplayName

String getDisplayName()
Returns the display name of the Entity, eg full name for Users.

Returns:


Copyright © 2003-2010 Atlassian. All Rights Reserved.