public abstract class SecurityEntry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_displayName |
protected java.lang.Object |
_key |
Constructor and Description |
---|
SecurityEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Gets this display name of this object.
|
java.lang.Object |
getKey()
Gets the key of the object.
|
void |
setDisplayName(java.lang.String displayName_)
Sets this display name of this object.
|
void |
setKey(java.lang.Object key_)
Sets the key of the object.
|
protected java.lang.Object _key
protected java.lang.String _displayName
public java.lang.String getDisplayName()
setDisplayName(String)
public void setDisplayName(java.lang.String displayName_)
displayName_
- the display name.getDisplayName()
public java.lang.Object getKey()
setKey(Object)
public void setKey(java.lang.Object key_)
key_
- the key being set.getKey()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.