Package com.appiancorp.suiteapi.common
Class SecurityEntry
java.lang.Object
com.appiancorp.suiteapi.common.SecurityEntry
- All Implemented Interfaces:
Serializable
Base class for entities to which security can be applied.
Such entities are commonly shown in grids, and the fields
in the base class form the key that is used in a row of
the grid. Derived classes should add attributes that will
be displayed as other columns in the grid.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets this display name of this object.getKey()
Gets the key of the object.void
setDisplayName
(String displayName_) Sets this display name of this object.void
Sets the key of the object.
-
Field Details
-
_key
-
_displayName
-
-
Constructor Details
-
SecurityEntry
public SecurityEntry()
-
-
Method Details
-
getDisplayName
Gets this display name of this object.- Returns:
- the display name.
- See Also:
-
setDisplayName
Sets this display name of this object.- Parameters:
displayName_
- the display name.- See Also:
-
getKey
Gets the key of the object. The key is the object's representation in the database.- Returns:
- the key.
- See Also:
-
setKey
Sets the key of the object.- Parameters:
key_
- the key being set.- See Also:
-