Packagecom.adobe.idp.um.api.infomodel
Interfacepublic interface ResourceType

This class contains information for a resource type.



Public Methods
 MethodDefined By
  
String getId()
Retrieves the resource type identifier, which is the internal String representation of the ResourceType.
ResourceType
  
Determines whether the resource type is a system resource type.
ResourceType
  
String getOid()
Retrieves a localized string representation of the resource type.
ResourceType
  
Retrieves the default group identifier.
ResourceType
  
Retrieves the resource type description.
ResourceType
  
Retrieves the resource type name.
ResourceType
  
void setIsSystemResourceType(boolean isSystemResourceType)
Sets whether the resource type is a system resource type.
ResourceType
  
void setOid(String oid)
Sets the localized string representation of the resource type.
ResourceType
  
void setRefDefGroupId(String refDefGroupId)
Sets the default group identifier.
ResourceType
  
void setResdescription(String resDescription)
Sets the resource type description.
ResourceType
  
void setResTypeName(String resTypeName)
Sets the resource type name.
ResourceType
Method Detail
getId()
public String getId()

Retrieves the resource type identifier, which is the internal String representation of the ResourceType.

Returns
The resource type identifier.

Example
How to use examples
"RES_TYPE_UM_ResourceType"
getIsSystemResourceType() 
public boolean getIsSystemResourceType()

Determines whether the resource type is a system resource type.

Returns
true if the resource type is a system resource type, false otherwise.
getOid() 
public String getOid()

Retrieves a localized string representation of the resource type.

Returns
A localized string representation of the resource type.
getRefDefGroupId() 
public String getRefDefGroupId()

Retrieves the default group identifier.

Returns
The default group identifier.
getResdescription() 
public String getResdescription()

Retrieves the resource type description.

Returns
The resource type description.
getResTypeName() 
public String getResTypeName()

Retrieves the resource type name.

Returns
The resource type name.
setIsSystemResourceType() 
public void setIsSystemResourceType(boolean isSystemResourceType)

Sets whether the resource type is a system resource type.

Parameters

isSystemResourceTypetrue if the resource type is a system resource type, false otherwise.

setOid() 
public void setOid(String oid)

Sets the localized string representation of the resource type.

Parameters

oid — The localized string representation of the resource type.

setRefDefGroupId() 
public void setRefDefGroupId(String refDefGroupId)

Sets the default group identifier.

Parameters

refDefGroupId — The default group identifier.

setResdescription() 
public void setResdescription(String resDescription)

Sets the resource type description.

Parameters

resDescription — The resource type description.

setResTypeName() 
public void setResTypeName(String resTypeName)

Sets the resource type name.

Parameters

resTypeName — The resource type name.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/ResourceType.html