public class ResourceInfo extends Object implements Serializable
| Constructor and Description |
|---|
ResourceInfo() |
ResourceInfo(String uri,
byte classType) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getClassType() |
String |
getUri()
Gets the uri value for this ResourceInfo.
|
void |
setClassType(byte classType) |
void |
setUri(String uri)
Sets the uri value for this ResourceInfo.
|
public ResourceInfo()
public ResourceInfo(String uri, byte classType)