com.loribel.commons.business.abstraction
Interface GB_BOMetaDataSimple

All Superinterfaces:
GB_LabelIconOwner, GB_NodeConfigOwner
All Known Subinterfaces:
GB_BOMetaData
All Known Implementing Classes:
GB_BOMetaDataBO, GB_BOMetaDataNode

public interface GB_BOMetaDataSimple
extends GB_NodeConfigOwner, GB_LabelIconOwner

Abstraction of BusinessObject.


Method Summary
 java.lang.String getDescription()
          Returns the description of BusinessObject.
 java.lang.String getId()
          Returns the id (BOName) of BusinessObject.
 java.lang.String getLabel()
          Returns the label to use to represent the BusinessObject.
 boolean isPersistent()
          Returns true if BusinessObject is persistent.
 
Methods inherited from interface com.loribel.commons.abstraction.GB_NodeConfigOwner
getConfigNode
 
Methods inherited from interface com.loribel.commons.abstraction.GB_LabelIconOwner
getLabelIcon
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of BusinessObject.


getId

public java.lang.String getId()
Returns the id (BOName) of BusinessObject.


getLabel

public java.lang.String getLabel()
Returns the label to use to represent the BusinessObject.


isPersistent

public boolean isPersistent()
Returns true if BusinessObject is persistent.



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