org.ow2.kerneos.common.config.generated
Class Module

java.lang.Object
  extended by org.ow2.kerneos.common.config.ModuleBase
      extended by org.ow2.kerneos.common.config.generated.Module
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Link, ModuleWithWindow

public class Module
extends ModuleBase
implements Serializable

Java class for module complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="module">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="small-icon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="big-icon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String bigIcon
           
protected  String description
           
protected  String id
           
protected  String name
           
protected  String smallIcon
           
 
Constructor Summary
Module()
           
 
Method Summary
 String getBigIcon()
          Gets the value of the bigIcon property.
 String getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 String getSmallIcon()
          Gets the value of the smallIcon property.
 void setBigIcon(String value)
          Sets the value of the bigIcon property.
 void setDescription(String value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setSmallIcon(String value)
          Sets the value of the smallIcon property.
 
Methods inherited from class org.ow2.kerneos.common.config.ModuleBase
getBundle, setBundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

description

protected String description

smallIcon

protected String smallIcon

bigIcon

protected String bigIcon
Constructor Detail

Module

public Module()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getSmallIcon

public String getSmallIcon()
Gets the value of the smallIcon property.

Returns:
possible object is String

setSmallIcon

public void setSmallIcon(String value)
Sets the value of the smallIcon property.

Parameters:
value - allowed object is String

getBigIcon

public String getBigIcon()
Gets the value of the bigIcon property.

Returns:
possible object is String

setBigIcon

public void setBigIcon(String value)
Sets the value of the bigIcon property.

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.