com.adobe.idp.dsc.registry.infomodel
Interface ServiceCategory


public interface ServiceCategory

A ServiceCategory object allows you to retrieve information about the service category.


Method Summary
 Date getCreateTime()
          Retrieves the time this service category was created.
 String getDescription()
          Retrieves the service category's description.
 String getId()
          Retrieves the service category's unique identifier.
 Date getUpdateTime()
          Retrieves the time this service category was last updated.
 

Method Detail

getId

String getId()
Retrieves the service category's unique identifier.

Returns:
the service category's unique identifier.

getDescription

String getDescription()
Retrieves the service category's description.

Returns:
The service category's description.

getUpdateTime

Date getUpdateTime()
Retrieves the time this service category was last updated.

Returns:
The time this service category was last updated.

getCreateTime

Date getCreateTime()
Retrieves the time this service category was created.

Returns:
The time this service category was created.


[an error occurred while processing this directive] [an error occurred while processing this directive]