com.ibm.jarm.api.core

Class BulkOperation.EntityDescription

  • java.lang.Object
    • com.ibm.jarm.api.core.BulkOperation.EntityDescription
  • Enclosing class:
    BulkOperation


    public static class BulkOperation.EntityDescription
    extends java.lang.Object
    Data structure class used to identify an entity that is a member of a particular bulk operation.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getEntityIdent()
      Returns the identifying string for this instance.
      EntityType getEntityType()
      Returns the EntityType value for this instance.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BulkOperation.EntityDescription

        public BulkOperation.EntityDescription(EntityType entityType,
                                       java.lang.String entityIdent)
        Constructor.
        Parameters:
        entityType - the EntityType of the entity.
        entityIdent - the full path or id string of the entity.
    • Method Detail

      • getEntityType

        public EntityType getEntityType()
        Returns the EntityType value for this instance.
        Returns:
        The EntityType of the entity described by this instance.
      • getEntityIdent

        public java.lang.String getEntityIdent()
        Returns the identifying string for this instance.
        Returns:
        The identifying string of the entity described by this instance.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.