org.apache.airavata.persistance.registry.jpa.model
Class Application_Descriptor_PK

java.lang.Object
  extended by org.apache.airavata.persistance.registry.jpa.model.Application_Descriptor_PK

public class Application_Descriptor_PK
extends Object


Constructor Summary
Application_Descriptor_PK()
           
Application_Descriptor_PK(String gateway_name, String application_descriptor_ID)
           
 
Method Summary
 boolean equals(Object o)
           
 String getApplication_descriptor_ID()
           
 String getGateway_name()
           
 int hashCode()
           
 void setApplication_descriptor_ID(String application_descriptor_ID)
           
 void setGateway_name(String gateway_name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application_Descriptor_PK

public Application_Descriptor_PK(String gateway_name,
                                 String application_descriptor_ID)

Application_Descriptor_PK

public Application_Descriptor_PK()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getGateway_name

public String getGateway_name()

getApplication_descriptor_ID

public String getApplication_descriptor_ID()

setGateway_name

public void setGateway_name(String gateway_name)

setApplication_descriptor_ID

public void setApplication_descriptor_ID(String application_descriptor_ID)


Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.