Class RelationshipDefinitionDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.ucd.RelationshipDefinitionDV
-
- All Implemented Interfaces:
Serializable
public class RelationshipDefinitionDV extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelationshipDefinitionDV()RelationshipDefinitionDV(String id, String label, String reverseRelationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetLabel()StringgetReverseRelationId()voidsetId(String id)voidsetLabel(String label)voidsetReverseRelationId(String reverseRelationId)StringtoString()
-