java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.RexEntityDigest

public class RexEntityDigest extends Object
  • Constructor Details

  • Method Details

    • getEntityGUID

      public String getEntityGUID()
    • getLabel

      public String getLabel()
    • getGen

      public Integer getGen()
    • getMetadataCollectionName

      public String getMetadataCollectionName()
    • setEntityGUID

      public void setEntityGUID(String entityGUID)
    • setLabel

      public void setLabel(String label)
    • setGen

      public void setGen(Integer gen)
    • setMetadataCollectionName

      public void setMetadataCollectionName(String metadataCollectionName)
    • toString

      public String toString()
      Overrides:
      toString in class Object