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

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

@Entity
public class Host_Descriptor
extends Object


Constructor Summary
Host_Descriptor()
           
 
Method Summary
 String getGateway_name()
           
 Gateway getGateway()
           
 String getHost_descriptor_ID()
           
 byte[] getHost_descriptor_xml()
           
 Users getUser()
           
 void setGateway_name(String gateway_name)
           
 void setGateway(Gateway gateway)
           
 void setHost_descriptor_ID(String host_descriptor_ID)
           
 void setHost_descriptor_xml(byte[] host_descriptor_xml)
           
 void setUser(Users user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Host_Descriptor

public Host_Descriptor()
Method Detail

getHost_descriptor_ID

public String getHost_descriptor_ID()

getHost_descriptor_xml

public byte[] getHost_descriptor_xml()

getGateway

public Gateway getGateway()

getGateway_name

public String getGateway_name()

setGateway_name

public void setGateway_name(String gateway_name)

setHost_descriptor_ID

public void setHost_descriptor_ID(String host_descriptor_ID)

setHost_descriptor_xml

public void setHost_descriptor_xml(byte[] host_descriptor_xml)

setGateway

public void setGateway(Gateway gateway)

getUser

public Users getUser()

setUser

public void setUser(Users user)


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