| Package | com.adobe.idp.um.api.infomodel |
| Interface | public interface ResourceType |
| Method | Defined By | ||
|---|---|---|---|
String getId() Retrieves the resource type identifier, which is the internal String representation of the ResourceType. | ResourceType | ||
boolean getIsSystemResourceType() Determines whether the resource type is a system resource type. | ResourceType | ||
String getOid() Retrieves a localized string representation of the resource type. | ResourceType | ||
String getRefDefGroupId() Retrieves the default group identifier. | ResourceType | ||
String getResdescription() Retrieves the resource type description. | ResourceType | ||
String getResTypeName() 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 | ||
| getId | () |
public String getId()Retrieves the resource type identifier, which is the internal String representation of the ResourceType.
| The resource type identifier. |
"RES_TYPE_UM_ResourceType"| getIsSystemResourceType | () |
public boolean getIsSystemResourceType()Determines whether the resource type is a system resource type.
Returnstrue 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
isSystemResourceType — true 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