public class BrowserAddress extends Address implements Serializable, JoynrType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
BrowserAddress()
Default Constructor
|
BrowserAddress(BrowserAddress browserAddressObj)
Copy constructor
|
BrowserAddress(String windowId)
Parameterized constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
String |
getWindowId()
Gets WindowId
|
int |
hashCode()
Calculate code for hashing based on member contents
|
void |
setWindowId(String windowId)
Sets WindowId
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public BrowserAddress()
public BrowserAddress(BrowserAddress browserAddressObj)
browserAddressObj - reference to the object to be copiedpublic BrowserAddress(String windowId)
windowId - the ID of the browser windowpublic String getWindowId()
public void setWindowId(String windowId)
windowId - the ID of the browser windowpublic String toString()
public boolean equals(Object obj)
Copyright © 2021. All rights reserved.