com.sap.caf.eu.gp.base.api

Interface IGPDevelopmentObjectInfo


public interface IGPDevelopmentObjectInfo

Representation of a Development Object used in hit lists. The development object info provides only basic readonly information about the development object


Method Summary
 String getDescription()
          Returns the resolved the description.
 String getId()
          Returns the id of the Development Object.
 IGPMetadata getMetaData()
          Returns the meta data of the Development Object.
 GPDevelopmentObjectStatus getStatus()
          Returns the status of the development object
 String getTitle()
          Returns the resolved title.
 IGPDevelopmentObjectType getType()
          Returns the type of the development object
 IGPVersionNumber getVersionNumber()
          Returns the version number of the Development Object.
 

Method Detail

getId

public String getId()
Returns the id of the Development Object.

Returns:
the id of the development object

getMetaData

public IGPMetadata getMetaData()
Returns the meta data of the Development Object.

Returns:
the metadata of the development object

getVersionNumber

public IGPVersionNumber getVersionNumber()
Returns the version number of the Development Object.

Returns:
the version of the development object

getStatus

public GPDevelopmentObjectStatus getStatus()
Returns the status of the development object

Returns:
tje status of the development object

getType

public IGPDevelopmentObjectType getType()
Returns the type of the development object

Returns:
the type of the development object

getTitle

public String getTitle()
Returns the resolved title.

Returns:
the title in the current session locale

getDescription

public String getDescription()
Returns the resolved the description.

Returns:
the description in the current session locale


Copyright 2006 SAP AG Complete Copyright Notice