public class ResourceType extends Object
| Constructor and Description |
|---|
ResourceType(String value,
ResourceTypeGeneral resourceTypeGeneral)
Simple constructor that requires all mandatory values.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceTypeGeneral |
getGeneralType()
Returns the general type of the resource.
|
String |
getValue()
Returns the free text description of the resource.
|
void |
setGeneralType(ResourceTypeGeneral generalType)
Changes the general type of the resource.
|
void |
setValue(String value)
Changes the free text description of the resource.
|
public ResourceType(String value, ResourceTypeGeneral resourceTypeGeneral)
value - the free text description of the resourceresourceTypeGeneral - the general type of the resourcepublic String getValue()
public void setValue(String value)
value - a free text description of the resourcepublic ResourceTypeGeneral getGeneralType()
public void setGeneralType(ResourceTypeGeneral generalType)
generalType - the general type of the resourceCopyright © 2017–2018. All rights reserved.