public class ResourceTD extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
| Constructor and Description |
|---|
ResourceTD() |
ResourceTD(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
Copyright © 2014. All Rights Reserved.