org.apache.airavata.persistance.registry.jpa.model
Class Application_Descriptor
java.lang.Object
org.apache.airavata.persistance.registry.jpa.model.Application_Descriptor
@Entity
public class Application_Descriptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application_Descriptor
public Application_Descriptor()
getApplication_descriptor_ID
public String getApplication_descriptor_ID()
getApplication_descriptor_xml
public byte[] getApplication_descriptor_xml()
getGateway
public Gateway getGateway()
getHost_descriptor_ID
public String getHost_descriptor_ID()
getService_descriptor_ID
public String getService_descriptor_ID()
setHost_descriptor_ID
public void setHost_descriptor_ID(String host_descriptor_ID)
setService_descriptor_ID
public void setService_descriptor_ID(String service_descriptor_ID)
setApplication_descriptor_ID
public void setApplication_descriptor_ID(String application_descriptor_ID)
setApplication_descriptor_xml
public void setApplication_descriptor_xml(byte[] application_descriptor_xml)
setGateway
public void setGateway(Gateway gateway)
getUser
public Users getUser()
setUser
public void setUser(Users user)
getGateway_name
public String getGateway_name()
setGateway_name
public void setGateway_name(String gateway_name)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.