org.jaffa.components.navigation.domain.impl
Class DesktopMenuImpl

java.lang.Object
  extended byorg.jaffa.components.navigation.domain.impl.DesktopMenuImpl
All Implemented Interfaces:
DesktopMenu, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable

public class DesktopMenuImpl
extends Object
implements DesktopMenu, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class DesktopMenuImpl.Unmarshaller
           
 
Field Summary
protected  String _Label
           
protected  com.sun.xml.bind.util.ListImpl _MenuOption
           
protected  String _StrutsTileTemplate
           
 
Constructor Summary
DesktopMenuImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 String getLabel()
           
 List getMenuOption()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 String getStrutsTileTemplate()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setLabel(String value)
           
 void setStrutsTileTemplate(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_MenuOption

protected com.sun.xml.bind.util.ListImpl _MenuOption

_StrutsTileTemplate

protected String _StrutsTileTemplate

_Label

protected String _Label
Constructor Detail

DesktopMenuImpl

public DesktopMenuImpl()
Method Detail

getMenuOption

public List getMenuOption()
Specified by:
getMenuOption in interface DesktopMenu

getStrutsTileTemplate

public String getStrutsTileTemplate()
Specified by:
getStrutsTileTemplate in interface DesktopMenu

setStrutsTileTemplate

public void setStrutsTileTemplate(String value)
Specified by:
setStrutsTileTemplate in interface DesktopMenu

getLabel

public String getLabel()
Specified by:
getLabel in interface DesktopMenu

setLabel

public void setLabel(String value)
Specified by:
setLabel in interface DesktopMenu

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject


Copyright © 2002-2004 JAFFA Project.