public class ResourceId extends Object implements Serializable
| Constructor and Description |
|---|
ResourceId(ResourceScope scope,
String name) |
ResourceId(ResourceScope scope,
String name,
boolean isFullId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
ResourceScope |
getScope() |
int |
hashCode() |
void |
setFullId(boolean isFullId) |
String |
toString() |
public ResourceId(ResourceScope scope, String name)
public ResourceId(ResourceScope scope, String name, boolean isFullId)
public ResourceScope getScope()
public String getName()
public void setFullId(boolean isFullId)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.