org.cagrid.grape.model
Class Application

java.lang.Object
  extended by org.cagrid.grape.model.Application
All Implemented Interfaces:
java.io.Serializable

public class Application
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Application()
           
Application(java.lang.String aboutHTML, java.lang.String applicationLogo, Configuration configuration, Dimensions dimensions, java.lang.String icon, java.lang.String initializerClass, Menus menus, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAboutHTML()
          Gets the aboutHTML value for this Application.
 java.lang.String getApplicationLogo()
          Gets the applicationLogo value for this Application.
 Configuration getConfiguration()
          Gets the configuration value for this Application.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Dimensions getDimensions()
          Gets the dimensions value for this Application.
 java.lang.String getIcon()
          Gets the icon value for this Application.
 java.lang.String getInitializerClass()
          Gets the initializerClass value for this Application.
 Menus getMenus()
          Gets the menus value for this Application.
 java.lang.String getName()
          Gets the name value for this Application.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAboutHTML(java.lang.String aboutHTML)
          Sets the aboutHTML value for this Application.
 void setApplicationLogo(java.lang.String applicationLogo)
          Sets the applicationLogo value for this Application.
 void setConfiguration(Configuration configuration)
          Sets the configuration value for this Application.
 void setDimensions(Dimensions dimensions)
          Sets the dimensions value for this Application.
 void setIcon(java.lang.String icon)
          Sets the icon value for this Application.
 void setInitializerClass(java.lang.String initializerClass)
          Sets the initializerClass value for this Application.
 void setMenus(Menus menus)
          Sets the menus value for this Application.
 void setName(java.lang.String name)
          Sets the name value for this Application.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()

Application

public Application(java.lang.String aboutHTML,
                   java.lang.String applicationLogo,
                   Configuration configuration,
                   Dimensions dimensions,
                   java.lang.String icon,
                   java.lang.String initializerClass,
                   Menus menus,
                   java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this Application.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Application.

Parameters:
name -

getIcon

public java.lang.String getIcon()
Gets the icon value for this Application.

Returns:
icon

setIcon

public void setIcon(java.lang.String icon)
Sets the icon value for this Application.

Parameters:
icon -

getApplicationLogo

public java.lang.String getApplicationLogo()
Gets the applicationLogo value for this Application.

Returns:
applicationLogo

setApplicationLogo

public void setApplicationLogo(java.lang.String applicationLogo)
Sets the applicationLogo value for this Application.

Parameters:
applicationLogo -

getAboutHTML

public java.lang.String getAboutHTML()
Gets the aboutHTML value for this Application.

Returns:
aboutHTML

setAboutHTML

public void setAboutHTML(java.lang.String aboutHTML)
Sets the aboutHTML value for this Application.

Parameters:
aboutHTML -

getDimensions

public Dimensions getDimensions()
Gets the dimensions value for this Application.

Returns:
dimensions

setDimensions

public void setDimensions(Dimensions dimensions)
Sets the dimensions value for this Application.

Parameters:
dimensions -

getInitializerClass

public java.lang.String getInitializerClass()
Gets the initializerClass value for this Application.

Returns:
initializerClass

setInitializerClass

public void setInitializerClass(java.lang.String initializerClass)
Sets the initializerClass value for this Application.

Parameters:
initializerClass -

getMenus

public Menus getMenus()
Gets the menus value for this Application.

Returns:
menus

setMenus

public void setMenus(Menus menus)
Sets the menus value for this Application.

Parameters:
menus -

getConfiguration

public Configuration getConfiguration()
Gets the configuration value for this Application.

Returns:
configuration

setConfiguration

public void setConfiguration(Configuration configuration)
Sets the configuration value for this Application.

Parameters:
configuration -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer