org.cagrid.grape.model
Class Component

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

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

See Also:
Serialized Form

Constructor Summary
Component()
           
Component(java.lang.String classname, java.lang.String description, Dimensions dimensions, java.lang.String icon, java.lang.Integer mnemonic, RenderOptions renderOptions, boolean showOnToolBar, java.lang.String title)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassname()
          Gets the classname value for this Component.
 java.lang.String getDescription()
          Gets the description value for this Component.
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 Component.
 java.lang.String getIcon()
          Gets the icon value for this Component.
 java.lang.Integer getMnemonic()
          Gets the mnemonic value for this Component.
 RenderOptions getRenderOptions()
          Gets the renderOptions value for this Component.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTitle()
          Gets the title value for this Component.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isShowOnToolBar()
          Gets the showOnToolBar value for this Component.
 void setClassname(java.lang.String classname)
          Sets the classname value for this Component.
 void setDescription(java.lang.String description)
          Sets the description value for this Component.
 void setDimensions(Dimensions dimensions)
          Sets the dimensions value for this Component.
 void setIcon(java.lang.String icon)
          Sets the icon value for this Component.
 void setMnemonic(java.lang.Integer mnemonic)
          Sets the mnemonic value for this Component.
 void setRenderOptions(RenderOptions renderOptions)
          Sets the renderOptions value for this Component.
 void setShowOnToolBar(boolean showOnToolBar)
          Sets the showOnToolBar value for this Component.
 void setTitle(java.lang.String title)
          Sets the title value for this Component.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()

Component

public Component(java.lang.String classname,
                 java.lang.String description,
                 Dimensions dimensions,
                 java.lang.String icon,
                 java.lang.Integer mnemonic,
                 RenderOptions renderOptions,
                 boolean showOnToolBar,
                 java.lang.String title)
Method Detail

getTitle

public java.lang.String getTitle()
Gets the title value for this Component.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Component.

Parameters:
title -

getDescription

public java.lang.String getDescription()
Gets the description value for this Component.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Component.

Parameters:
description -

getClassname

public java.lang.String getClassname()
Gets the classname value for this Component.

Returns:
classname

setClassname

public void setClassname(java.lang.String classname)
Sets the classname value for this Component.

Parameters:
classname -

getIcon

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

Returns:
icon

setIcon

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

Parameters:
icon -

isShowOnToolBar

public boolean isShowOnToolBar()
Gets the showOnToolBar value for this Component.

Returns:
showOnToolBar

setShowOnToolBar

public void setShowOnToolBar(boolean showOnToolBar)
Sets the showOnToolBar value for this Component.

Parameters:
showOnToolBar -

getMnemonic

public java.lang.Integer getMnemonic()
Gets the mnemonic value for this Component.

Returns:
mnemonic

setMnemonic

public void setMnemonic(java.lang.Integer mnemonic)
Sets the mnemonic value for this Component.

Parameters:
mnemonic -

getDimensions

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

Returns:
dimensions

setDimensions

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

Parameters:
dimensions -

getRenderOptions

public RenderOptions getRenderOptions()
Gets the renderOptions value for this Component.

Returns:
renderOptions

setRenderOptions

public void setRenderOptions(RenderOptions renderOptions)
Sets the renderOptions value for this Component.

Parameters:
renderOptions -

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