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

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

public class Host_Descriptor_PK
extends Object


Constructor Summary
Host_Descriptor_PK()
           
Host_Descriptor_PK(String gateway_name, String host_descriptor_ID)
           
 
Method Summary
 boolean equals(Object o)
           
 String getGateway_name()
           
 String getHost_descriptor_ID()
           
 int hashCode()
           
 void setGateway_name(String gateway_name)
           
 void setHost_descriptor_ID(String host_descriptor_ID)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Host_Descriptor_PK

public Host_Descriptor_PK()

Host_Descriptor_PK

public Host_Descriptor_PK(String gateway_name,
                          String host_descriptor_ID)
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()

getHost_descriptor_ID

public String getHost_descriptor_ID()

setGateway_name

public void setGateway_name(String gateway_name)

setHost_descriptor_ID

public void setHost_descriptor_ID(String host_descriptor_ID)


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