|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
BrowseGraphicImpl
public class BrowseGraphicImpl
Graphic that provides an illustration of the dataset (should include a legend for the graphic).
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
BrowseGraphicImpl()
Constructs an initially empty browse graphic. |
|
BrowseGraphicImpl(BrowseGraphic source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
BrowseGraphicImpl(URI fileName)
Creates a browse graphics initialized to the specified URI. |
Method Summary | |
---|---|
URI |
getApplicationSchemaInformation()
Name of the file that contains a graphic that provides an illustration of the dataset. |
InternationalString |
getFileDescription()
Text description of the illustration. |
URI |
getFileName()
Name of the file that contains a graphic that provides an illustration of the dataset. |
String |
getFileType()
Format in which the illustration is encoded. |
void |
setApplicationSchemaInformation(URI newValue)
Set the name of the file that contains a graphic that provides an illustration of the dataset. |
void |
setFileDescription(InternationalString newValue)
Set the text description of the illustration. |
void |
setFileName(URI newValue)
Set the name of the file that contains a graphic that provides an illustration of the dataset. |
void |
setFileType(String newValue)
Set the format in which the illustration is encoded. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BrowseGraphicImpl()
public BrowseGraphicImpl(BrowseGraphic source)
public BrowseGraphicImpl(URI fileName)
Method Detail |
---|
public URI getApplicationSchemaInformation()
public void setApplicationSchemaInformation(URI newValue)
public URI getFileName()
getFileName
in interface BrowseGraphic
public void setFileName(URI newValue)
public InternationalString getFileDescription()
getFileDescription
in interface BrowseGraphic
public void setFileDescription(InternationalString newValue)
public String getFileType()
getFileType
in interface BrowseGraphic
public void setFileType(String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |