org.oslc.asset.internal
Class Dialog

java.lang.Object
  extended by org.oslc.asset.internal.Dialog

public class Dialog
extends java.lang.Object

Java class for Dialog complex type.

The following schema fragment specifies the expected content contained within this class.

Since:
7.5.1

Constructor Summary
Dialog()
           
 
Method Summary
 java.lang.String getHintHeight()
          Gets the hint on how high the dialog should be
 java.lang.String getHintWidth()
          Gets the hint on how wide the dialog should be
 java.lang.String getLabel()
          Gets the label associated with this dialog
 java.lang.String getTitle()
          Gets the title of the dialog
 java.lang.String getUrl()
          Gets the url where the dialog is available
 void setHintHeight(java.lang.String preferredHeight)
          Sets the hint on how high the dialog should be
 void setHintWidth(java.lang.String preferredWidth)
          Sets the hint on how wide the dialog should be
 void setLabel(java.lang.String label)
          Sets the label associated with this dialog
 void setTitle(java.lang.String title)
          Sets the title of the dialog
 void setUrl(java.lang.String url)
          Sets the url where the dialog is available
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dialog

public Dialog()
Method Detail

setTitle

public void setTitle(java.lang.String title)
Sets the title of the dialog

Parameters:
title -
Since:
7.5.1

getTitle

public java.lang.String getTitle()
Gets the title of the dialog

Returns:
possible object is String
Since:
7.5.1

getUrl

public java.lang.String getUrl()
Gets the url where the dialog is available

Returns:
possible object is String
Since:
7.5.1

setUrl

public void setUrl(java.lang.String url)
Sets the url where the dialog is available

Parameters:
url -
Since:
7.5.1

getLabel

public java.lang.String getLabel()
Gets the label associated with this dialog

Returns:
possible object is String
Since:
7.5.1

setLabel

public void setLabel(java.lang.String label)
Sets the label associated with this dialog

Parameters:
label -
Since:
7.5.1

getHintWidth

public java.lang.String getHintWidth()
Gets the hint on how wide the dialog should be

Returns:
possible object is String. Valid values for are defined by CSS 2 format
Since:
7.5.1

setHintWidth

public void setHintWidth(java.lang.String preferredWidth)
Sets the hint on how wide the dialog should be

Parameters:
preferredWidth. - Valid values for are defined by CSS 2 format
Since:
7.5.1

getHintHeight

public java.lang.String getHintHeight()
Gets the hint on how high the dialog should be

Returns:
possible object is String. Valid values for are defined by CSS 2 format
Since:
7.5.1

setHintHeight

public void setHintHeight(java.lang.String preferredHeight)
Sets the hint on how high the dialog should be

Parameters:
preferredHeight. - Valid values for are defined by CSS 2 format
Since:
7.5.1