org.apache.airavata.persistance.registry.jpa.model
Class Host_Descriptor
java.lang.Object
org.apache.airavata.persistance.registry.jpa.model.Host_Descriptor
@Entity
public class Host_Descriptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Host_Descriptor
public Host_Descriptor()
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.