Class SecurityEntry

java.lang.Object
com.appiancorp.suiteapi.common.SecurityEntry
All Implemented Interfaces:
Serializable

public abstract class SecurityEntry extends Object implements 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 Details

    • _key

      protected Object _key
    • _displayName

      protected String _displayName
  • Constructor Details

    • SecurityEntry

      public SecurityEntry()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Gets this display name of this object.
      Returns:
      the display name.
      See Also:
    • setDisplayName

      public void setDisplayName(String displayName_)
      Sets this display name of this object.
      Parameters:
      displayName_ - the display name.
      See Also:
    • getKey

      public Object getKey()
      Gets the key of the object. The key is the object's representation in the database.
      Returns:
      the key.
      See Also:
    • setKey

      public void setKey(Object key_)
      Sets the key of the object.
      Parameters:
      key_ - the key being set.
      See Also: