public class DialogSlot extends Object
DialogSlot
represents a location within the view of a
Dialog
where a sub-dialog can be embedded.Modifier and Type | Field and Description |
---|---|
private String |
dialogId |
private String |
name |
Constructor and Description |
---|
DialogSlot(String dialogId,
String slotName)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDialogId()
|
String |
getName()
This method gets the name of this slot.
|
int |
hashCode() |
String |
toString() |
private final String dialogId
getDialogId()
public String getName()
toString()
.Copyright © 2001–2016 mmm-Team. All rights reserved.