org.eclipse.lyo.oslc4j.core.model
Class Dialog
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc4j.core.model.Dialog
- All Implemented Interfaces:
- IExtendedResource, IResource
public final class Dialog
- extends AbstractResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dialog
public Dialog()
Dialog
public Dialog(String title,
URI dialog)
addResourceType
public void addResourceType(URI resourceType)
addUsage
public void addUsage(URI usage)
getDialog
public URI getDialog()
getHintHeight
public String getHintHeight()
getHintWidth
public String getHintWidth()
getLabel
public String getLabel()
getResourceTypes
public URI[] getResourceTypes()
getTitle
public String getTitle()
getUsages
public URI[] getUsages()
setDialog
public void setDialog(URI dialog)
setHintHeight
public void setHintHeight(String hintHeight)
setHintWidth
public void setHintWidth(String hintWidth)
setLabel
public void setLabel(String label)
setResourceTypes
public void setResourceTypes(URI[] resourceTypes)
setTitle
public void setTitle(String title)
setUsages
public void setUsages(URI[] usages)
Copyright © 2013. All Rights Reserved.