public class Dialog extends AbstractResource
Constructor and Description |
---|
Dialog() |
Dialog(String title,
URI dialog) |
Modifier and Type | Method and Description |
---|---|
void |
addResourceType(URI resourceType) |
void |
addUsage(URI usage) |
URI |
getDialog() |
String |
getHintHeight() |
String |
getHintWidth() |
String |
getLabel() |
URI[] |
getResourceTypes() |
String |
getTitle() |
URI[] |
getUsages() |
void |
setDialog(URI dialog) |
void |
setHintHeight(String hintHeight) |
void |
setHintWidth(String hintWidth) |
void |
setLabel(String label) |
void |
setResourceTypes(URI[] resourceTypes) |
void |
setTitle(String title) |
void |
setUsages(URI[] usages) |
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
public void addResourceType(URI resourceType)
public void addUsage(URI usage)
public URI getDialog()
public String getHintHeight()
public String getHintWidth()
public String getLabel()
public URI[] getResourceTypes()
public String getTitle()
public URI[] getUsages()
public void setDialog(URI dialog)
public void setHintHeight(String hintHeight)
public void setHintWidth(String hintWidth)
public void setLabel(String label)
public void setResourceTypes(URI[] resourceTypes)
public void setTitle(String title)
public void setUsages(URI[] usages)
Copyright © 2013. All Rights Reserved.