public class RexEntityDigest extends Object
| Constructor and Description |
|---|
RexEntityDigest(String entityGUID,
String label,
Integer gen,
String metadataCollectionName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityGUID() |
Integer |
getGen() |
String |
getLabel() |
String |
getMetadataCollectionName() |
void |
setEntityGUID(String entityGUID) |
void |
setGen(Integer gen) |
void |
setLabel(String label) |
void |
setMetadataCollectionName(String metadataCollectionName) |
String |
toString() |
public String getEntityGUID()
public String getLabel()
public Integer getGen()
public String getMetadataCollectionName()
public void setEntityGUID(String entityGUID)
public void setLabel(String label)
public void setGen(Integer gen)
public void setMetadataCollectionName(String metadataCollectionName)
Copyright © 2018–2020 ODPi. All rights reserved.