public class ControlEntry extends Object implements Serializable, JoynrType
MasterControlEntry and OwnerControlEntry.| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
ControlEntry()
Default Constructor
|
ControlEntry(ControlEntry controlEntryObj)
Copy constructor
|
ControlEntry(String uid,
String domain,
String interfaceName)
Parameterized constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
String |
getDomain()
Gets Domain
|
String |
getInterfaceName()
Gets InterfaceName
|
String |
getUid()
Gets Uid
|
int |
hashCode()
Calculate code for hashing based on member contents
|
void |
setDomain(String domain)
Sets Domain
|
void |
setInterfaceName(String interfaceName)
Sets InterfaceName
|
void |
setUid(String uid)
Sets Uid
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public ControlEntry()
public ControlEntry(ControlEntry controlEntryObj)
controlEntryObj - reference to the object to be copiedpublic ControlEntry(String uid, String domain, String interfaceName)
uid - A unique user ID (UID) this Control Entry (CE) applies to or the wildcard character (asterisk sign) if this CE applies to all users. CEs that use the wildcard character are overruled by specific ones (if they exist).domain - The domain this Control Entry (CE) applies to.interfaceName - The interface this Control Entry (CE) applies to.public String getUid()
public void setUid(String uid)
uid - A unique user ID (UID) this Control Entry (CE) applies to or the wildcard character (asterisk sign) if this CE applies to all users. CEs that use the wildcard character are overruled by specific ones (if they exist).public String getDomain()
public void setDomain(String domain)
domain - The domain this Control Entry (CE) applies to.public String getInterfaceName()
public void setInterfaceName(String interfaceName)
interfaceName - The interface this Control Entry (CE) applies to.public String toString()
public boolean equals(Object obj)
Copyright © 2021. All rights reserved.