Class RexEntityDigest
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.RexEntityDigest
-
public class RexEntityDigest extends Object
-
-
Constructor Summary
Constructors Constructor Description RexEntityDigest(String entityGUID, String label, Integer gen, String metadataCollectionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityGUID()IntegergetGen()StringgetLabel()StringgetMetadataCollectionName()voidsetEntityGUID(String entityGUID)voidsetGen(Integer gen)voidsetLabel(String label)voidsetMetadataCollectionName(String metadataCollectionName)StringtoString()
-
-
-
Method Detail
-
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)
-
-