Class ApplicationInstance

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IDCEndPoint

public class ApplicationInstance extends AbstractRiskAwareEntity implements Serializable
See Also:
  • Constructor Details

    • ApplicationInstance

      public ApplicationInstance()
  • Method Details

    • setId

      public void setId(Long id)
      Description copied from class: AbstractEntity
      Sets unique identifier
      Overrides:
      setId in class AbstractEntity
      Parameters:
      id - Unique Identifier
    • getId

      public Long getId()
      Description copied from class: AbstractEntity
      Gets unique identifier
      Overrides:
      getId in class AbstractEntity
      Returns:
      Unique Identifier for the account object
    • setName

      public void setName(String name)
      Description copied from class: AbstractEntity
      Sets name of the account
      Overrides:
      setName in class AbstractEntity
      Parameters:
      name - Account Name
    • getName

      public String getName()
      Description copied from class: AbstractEntity
      Gets the name of account on resource. (can be a loginName/'ACCOUNTNAME' tag in Data Collection api)
      Overrides:
      getName in class AbstractEntity
      Returns:
      Account Name
    • getCatalog

      public Catalog getCatalog()
    • setCatalog

      public void setCatalog(Catalog catalog)
    • setDisplayName

      public void setDisplayName(String displayName)
    • getDisplayName

      public String getDisplayName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setAccounts

      public void setAccounts(List<? extends BaseAccount> accounts)
    • getAccounts

      public List<? extends BaseAccount> getAccounts()
    • setResourceType

      public void setResourceType(String resourceType)
    • getResourceType

      public String getResourceType()
    • setUdfAttributeMap

      public void setUdfAttributeMap(Map<String,Object> udfAttributeMap)
    • getUdfAttributeMap

      public Map<String,Object> getUdfAttributeMap()