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
 java.util.Date getCreateTime()
          Retrieves the time this service category was created.
 java.lang.String getDescription()
          Retrieves the service category's description.
 java.lang.String getId()
          Retrieves the service category's unique identifier.
 java.util.Date getUpdateTime()
          Retrieves the time this service category was last updated.
 

Method Detail

getId

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

Returns:
the service category's unique identifier.

getDescription

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

Returns:
The service category's description.

getUpdateTime

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

Returns:
The time this service category was last updated.

getCreateTime

java.util.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]