ubiware.web.applications.ubiwaredesktop.ontology
Class UbiwareApplication

java.lang.Object
  extended by ubiware.rdf2bean.core.RDFResource
      extended by ubiware.web.applications.ubiwaredesktop.ontology.UbiwareApplication

public class UbiwareApplication
extends ubiware.rdf2bean.core.RDFResource


Field Summary
static java.lang.String handledResource
           
 
Fields inherited from class ubiware.rdf2bean.core.RDFResource
properties
 
Constructor Summary
UbiwareApplication(java.lang.String resourceURI, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props, ubiware.rdf2bean.core.Storage s)
           
 
Method Summary
 java.lang.String getHasDisplayName()
           
 boolean getIsDeselectable()
           
 boolean getIsMenuVisible()
           
 boolean getIsSelectable()
           
 boolean getIsSelected()
           
 java.lang.String getWebContext()
           
 
Methods inherited from class ubiware.rdf2bean.core.RDFResource
equals, getResourceURI, getSingleResourceValue, getSingleStringValue, getStorage, getUri, giveMeResourceInstance, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

handledResource

public static java.lang.String handledResource
Constructor Detail

UbiwareApplication

public UbiwareApplication(java.lang.String resourceURI,
                          java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props,
                          ubiware.rdf2bean.core.Storage s)
Method Detail

getIsSelected

public boolean getIsSelected()

getHasDisplayName

public java.lang.String getHasDisplayName()

getIsMenuVisible

public boolean getIsMenuVisible()

getWebContext

public java.lang.String getWebContext()

getIsSelectable

public boolean getIsSelectable()

getIsDeselectable

public boolean getIsDeselectable()