com.loribel.commons.business.abstraction
Interface GB_BOMetaData

All Superinterfaces:
GB_BOMetaDataSimple, GB_IconsOwner, GB_LabelIconOwner, GB_LabelInfoOwner, GB_LabelsDescOwner, GB_NodeConfigOwner, GB_TsOwner
All Known Implementing Classes:
GB_BOMetaDataBO, GB_BOMetaDataNode

public interface GB_BOMetaData
extends GB_BOMetaDataSimple, GB_LabelsDescOwner, GB_TsOwner, GB_LabelInfoOwner

Abstraction of BusinessObject.

Author:
Gregory Borelli
See Also:
GB_BOMetaDataTools

Nested Class Summary
static class GB_BOMetaData.SEMANTIC
          Values for property semantic.
 
Method Summary
 GB_BOProperty[] getBOProperties()
          Getter for icon.
 java.lang.String getHelpFilename()
          Getter for helpFilename.
 java.lang.String getSemantic()
          Returns the semantic of Meta data.
 int getVersion()
          Returns the version of this metadata.
 boolean isNotUse()
          Getter for flagNotUse.
 boolean isReadOnly()
          Getter for flagReadOnly.
 boolean isVisible()
          Getter for flagVisible.
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_BOMetaDataSimple
getDescription, getId, getLabel, isPersistent
 
Methods inherited from interface com.loribel.commons.abstraction.GB_NodeConfigOwner
getConfigNode
 
Methods inherited from interface com.loribel.commons.abstraction.GB_LabelIconOwner
getLabelIcon
 
Methods inherited from interface com.loribel.commons.abstraction.GB_LabelsDescOwner
getDescription, getLabel
 
Methods inherited from interface com.loribel.commons.abstraction.GB_IconsOwner
getIcon
 
Methods inherited from interface com.loribel.commons.abstraction.GB_TsOwner
getTs
 
Methods inherited from interface com.loribel.commons.abstraction.GB_LabelInfoOwner
getLabelInfo
 

Method Detail

getBOProperties

public GB_BOProperty[] getBOProperties()
Getter for icon.


getHelpFilename

public java.lang.String getHelpFilename()
Getter for helpFilename.


getSemantic

public java.lang.String getSemantic()
Returns the semantic of Meta data.


getVersion

public int getVersion()
Returns the version of this metadata.


isNotUse

public boolean isNotUse()
Getter for flagNotUse.


isReadOnly

public boolean isReadOnly()
Getter for flagReadOnly.


isVisible

public boolean isVisible()
Getter for flagVisible.



Copyright © 2002-2007 Gregory Borelli [Loribel]. All Rights Reserved.