com.bea.netuix.application.identifier
Interface TemplateId

All Superinterfaces
Serializable
All Known Implementing Classes:
CommunityDefinitionId, DesktopDefinitionId

public interface TemplateId
extends Serializable

Unique identifier for a desktop template.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Field Summary
static int NO_ID
           
 
Method Summary
 int getId()
          Returns the unique identifier for this template
 

Field Detail

NO_ID

static final int NO_ID
See Also
Constants Summary
Method Detail

getId

int getId()
Returns the unique identifier for this template

Returns
id


Copyright © 2011, Oracle. All rights reserved.