org.gcube.vremanagement.vremodeler.impl.peristentobjects
Class VreFunctionalityRelation

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.impl.peristentobjects.VreFunctionalityRelation

public class VreFunctionalityRelation
extends Object


Field Summary
static String FUNCTIONALITY_ID_FIELD
           
static String VRE_ID_FIELD
           
 
Constructor Summary
VreFunctionalityRelation(VRE vre, FunctionalityPersisted functionality)
           
 
Method Summary
 FunctionalityPersisted getFunctionality()
           
 VRE getVre()
           
 void setFunctionality(FunctionalityPersisted functionality)
           
 void setVre(VRE vre)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VRE_ID_FIELD

public static final String VRE_ID_FIELD
See Also:
Constant Field Values

FUNCTIONALITY_ID_FIELD

public static final String FUNCTIONALITY_ID_FIELD
See Also:
Constant Field Values
Constructor Detail

VreFunctionalityRelation

public VreFunctionalityRelation(VRE vre,
                                FunctionalityPersisted functionality)
Method Detail

getVre

public VRE getVre()

setVre

public void setVre(VRE vre)

getFunctionality

public FunctionalityPersisted getFunctionality()

setFunctionality

public void setFunctionality(FunctionalityPersisted functionality)


Copyright © 2013. All Rights Reserved.