com.adobe.idp.um.api.infomodel
Interface ResourceType


public interface ResourceType

The ResourceType class contains information for a resource type.


Method Summary
 java.lang.String getId()
          Retrieves the resource type identifier, which is the internal String representation of the ResourceType.
 boolean getIsSystemResourceType()
          Determines whether the resource type is a system resource type.
 java.lang.String getOid()
          Retrieves a localized string representation of the resource type.
 java.lang.String getRefDefGroupId()
          Retrieves the default group identifier.
 java.lang.String getResdescription()
          Retrieves the resource type description.
 java.lang.String getResTypeName()
          Retrieves the resource type name.
 void setIsSystemResourceType(boolean isSystemResourceType)
          Sets whether the resource type is a system resource type.
 void setOid(java.lang.String oid)
          Sets the localized string representation of the resource type.
 void setRefDefGroupId(java.lang.String refDefGroupId)
          Sets the default group identifier.
 void setResdescription(java.lang.String resDescription)
          Sets the resource type description.
 void setResTypeName(java.lang.String resTypeName)
          Sets the resource type name.
 

Method Detail

getId

java.lang.String getId()
Retrieves the resource type identifier, which is the internal String representation of the ResourceType. For example, RES_TYPE_UM_ResourceType.

Returns:
A string value that specifies the resource type identifier.

getOid

java.lang.String getOid()
Retrieves a localized string representation of the resource type.

Returns:
A localized string representation of the resource type.

setOid

void setOid(java.lang.String oid)
Sets the localized string representation of the resource type.

Parameters:
oid - The localized string representation of the resource type.

setResTypeName

void setResTypeName(java.lang.String resTypeName)
Sets the resource type name.

Parameters:
resTypeName - The resource type name.

getResTypeName

java.lang.String getResTypeName()
Retrieves the resource type name.

Returns:
The resource type name.

setIsSystemResourceType

void setIsSystemResourceType(boolean isSystemResourceType)
Sets whether the resource type is a system resource type.

Parameters:
isSystemResourceType - The value true if the resource type is a system resource type, false otherwise.

getIsSystemResourceType

boolean getIsSystemResourceType()
Determines whether the resource type is a system resource type.

Returns:
The value true if the resource type is a system resource type, false otherwise.

getResdescription

java.lang.String getResdescription()
Retrieves the resource type description.

Returns:
The resource type description.

setResdescription

void setResdescription(java.lang.String resDescription)
Sets the resource type description.

Parameters:
resDescription - The resource type description.

setRefDefGroupId

void setRefDefGroupId(java.lang.String refDefGroupId)
Sets the default group identifier.

Parameters:
refDefGroupId - The default group identifier.

getRefDefGroupId

java.lang.String getRefDefGroupId()
Retrieves the default group identifier.

Returns:
The default group identifier.


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