com.loribel.commons.business.metamodel
Interface GB_BOMetaModel

All Superinterfaces:
GB_BOParentOwner, GB_BOParentOwnerSet, GB_BOValueOwner, GB_BusinessObject, GB_LabelInfoOwner, GB_MementoCompliant, GB_MyPropertyOwner, GB_SimpleBusinessObject, GB_SimpleBusinessObjectSet
All Known Implementing Classes:
GB_BOEnumItemBOGen, GB_BOEnumItemSearchBOGen, GB_BOEnumValuesBOGen, GB_BOEnumValuesGroupBOGen, GB_BOExtendsBOGen, GB_BOExtensionBOGen, GB_BOLinkIdBOGen, GB_BOLinkIdLongBOGen, GB_BOMetaDataBOGen, GB_BOMetaDataSearchBOGen, GB_BOPropertyBOGen, GB_BOPropertySearchBOGen, GB_BOStringMBOGen

public interface GB_BOMetaModel
extends GB_BusinessObject

Abstraction of business object of meta model.

Author:
Gregory Borelli

Nested Class Summary
 
Nested classes inherited from class com.loribel.commons.business.abstraction.GB_BusinessObject
GB_BusinessObject.MY_PROPERTY
 
Method Summary
 java.lang.Object accept(GB_BOVisitor a_visitor)
           
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_BusinessObject
doApply, doUpdate
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_SimpleBusinessObjectSet
addPropertyValue, putPropertyValueMap, removePropertyValue, removePropertyValueMap, setModified, setPropertyValue, setReadOnly
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_SimpleBusinessObject
getBOName, getProperty, getPropertyNames, getPropertyValue, isModified, isReadOnly
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_BOParentOwner
getBoParent
 
Methods inherited from interface com.loribel.commons.abstraction.GB_LabelInfoOwner
getLabelInfo
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_BOParentOwnerSet
setBoParent
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_BOValueOwner
getBOValue
 
Methods inherited from interface com.loribel.commons.abstraction.GB_MementoCompliant
installMemento, newMemento
 
Methods inherited from interface com.loribel.commons.abstraction.GB_MyPropertyOwner
addMyPropertyChangeListener, addMyPropertyChangeListener, removeMyPropertyChangeListener, removeMyPropertyChangeListener
 

Method Detail

accept

public java.lang.Object accept(GB_BOVisitor a_visitor)


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