public class ResourceKey extends Object
| Constructor and Description |
|---|
ResourceKey(int type,
String name) |
ResourceKey(int type,
String name,
byte[] objId) |
ResourceKey(int type,
String name,
String objId) |
ResourceKey(ResourceObjectTypeObjType type,
String objName) |
ResourceKey(ResourceObjectTypeObjType type,
String objName,
byte[] regObjId) |
ResourceKey(ResourceObjectTypeObjType type,
String objName,
String regObjId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getObjId() |
int |
getType() |
int |
hashCode() |
boolean |
matches(BRS brs) |
static ResourceKey |
toResourceKey(BRS brs) |
static ResourceKey |
toResourceKey(IOB iob) |
static ResourceKey |
toResourceKey(IPO ipo) |
static ResourceKey |
toResourceKey(IPS ips) |
String |
toString() |
public ResourceKey(int type,
String name)
public ResourceKey(int type,
String name,
byte[] objId)
public ResourceKey(ResourceObjectTypeObjType type, String objName)
public ResourceKey(ResourceObjectTypeObjType type, String objName, byte[] regObjId)
public ResourceKey(ResourceObjectTypeObjType type, String objName, String regObjId)
public int getType()
public String getName()
public String getObjId()
public boolean matches(BRS brs)
public static ResourceKey toResourceKey(BRS brs)
public static ResourceKey toResourceKey(IPO ipo)
public static ResourceKey toResourceKey(IPS ips)
public static ResourceKey toResourceKey(IOB iob)
Copyright © 2017. All rights reserved.