protected class MetadataURIResolver.MetaInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
private String | 
_metadataPath  | 
private MetadataAwareAmetysObject | 
_object  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
MetaInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
MetadataAwareAmetysObject | 
getAmetysObject()
Get the object. 
 | 
String | 
getMetadataPath()
Get the metadataName. 
 | 
void | 
setAmetysObject(MetadataAwareAmetysObject object)
Set the content. 
 | 
void | 
setMetadataPath(String metadataPath)
Set the metadataPath. 
 | 
private String _metadataPath
private MetadataAwareAmetysObject _object
protected MetaInfo()
public String getMetadataPath()
public void setMetadataPath(String metadataPath)
metadataPath - the metadata path to setpublic MetadataAwareAmetysObject getAmetysObject()
public void setAmetysObject(MetadataAwareAmetysObject object)
object - the object to set