net.sf.farrago.fem.med
Class FemColumnHistogramBar$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by org.eigenbase.enki.hibernate.storage.HibernateObject
                  extended by org.eigenbase.enki.hibernate.jmi.HibernateRefObject
                      extended by net.sf.farrago.fem.med.FemColumnHistogramBar$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemColumnHistogramBar, HibernateAssociable, HibernateIdentifiable

public class FemColumnHistogramBar$Hib
extends HibernateRefObject
implements FemColumnHistogramBar, HibernateAssociable

ColumnHistogramBar object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Field Summary
private static String _id
           
protected  HibernateOneToManyLazyOrderedAssociation histogram$Hib
           
protected  Integer ordinal$Hib
           
protected  String startingValue$Hib
           
protected  Long valueCount$Hib
           
 
Constructor Summary
FemColumnHistogramBar$Hib()
           
FemColumnHistogramBar$Hib(String startingValue, long valueCount, int ordinal)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 HibernateAssociation getAssociation(String type, boolean firstEnd)
           
 String getClassIdentifier()
           
 Collection<HibernateAssociation> getComposingAssociations()
           
 FemColumnHistogram getHistogram()
          Returns the value of reference Histogram.
 HibernateOneToManyLazyOrderedAssociation getHistogram$Hib()
           
 Collection<HibernateAssociation> getNonComposingAssociations()
           
 HibernateAssociation getOrCreateAssociation(String type, boolean firstEnd)
           
 int getOrdinal()
          Returns the value of attribute ordinal.
 Integer getOrdinal$Hib()
           
 String getStartingValue()
          Returns the value of attribute startingValue.
 String getStartingValue$Hib()
           
 long getValueCount()
          Returns the value of attribute valueCount.
 Long getValueCount$Hib()
           
 RefObject refImmediateComposite()
           
protected  void removeAssociations()
           
 void setAssociation(String type, boolean firstEnd, HibernateAssociation assoc)
           
 void setHistogram(FemColumnHistogram newValue)
          Sets the value of Histogram reference.
 void setHistogram$Hib(HibernateOneToManyLazyOrderedAssociation newValue)
           
 void setOrdinal(int newValue)
          Sets the value of ordinal attribute.
 void setOrdinal$Hib(Integer newValue)
           
 void setStartingValue(String newValue)
          Sets the value of startingValue attribute.
 void setStartingValue$Hib(String newValue)
           
 void setValueCount(long newValue)
          Sets the value of valueCount attribute.
 void setValueCount$Hib(Long newValue)
           
 
Methods inherited from class org.eigenbase.enki.hibernate.jmi.HibernateRefObject
associationSetSingle, attributeSetSingle, findAssociationEnd, fireAssociationRemoveAllEvents, fireAttributeSetEvent, getHibernateRepository, getRepository, refClass, refDelete
 
Methods inherited from class org.eigenbase.enki.hibernate.storage.HibernateObject
delete, delete, save, save
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase
findAttribute, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.eigenbase.enki.hibernate.storage.HibernateIdentifiable
getMofId
 

Field Detail

_id

private static final String _id
See Also:
Constant Field Values

startingValue$Hib

protected String startingValue$Hib

valueCount$Hib

protected Long valueCount$Hib

ordinal$Hib

protected Integer ordinal$Hib

histogram$Hib

protected HibernateOneToManyLazyOrderedAssociation histogram$Hib
Constructor Detail

FemColumnHistogramBar$Hib

FemColumnHistogramBar$Hib()

FemColumnHistogramBar$Hib

FemColumnHistogramBar$Hib(String startingValue,
                          long valueCount,
                          int ordinal)
Method Detail

getStartingValue$Hib

public String getStartingValue$Hib()

setStartingValue$Hib

public void setStartingValue$Hib(String newValue)

getStartingValue

public String getStartingValue()
Description copied from interface: FemColumnHistogramBar
Returns the value of attribute startingValue.

Specified by:
getStartingValue in interface FemColumnHistogramBar
Returns:
Value of attribute startingValue.

setStartingValue

public void setStartingValue(String newValue)
Description copied from interface: FemColumnHistogramBar
Sets the value of startingValue attribute. See FemColumnHistogramBar.getStartingValue() for description on the attribute.

Specified by:
setStartingValue in interface FemColumnHistogramBar
Parameters:
newValue - New value to be set.

getValueCount$Hib

public Long getValueCount$Hib()

setValueCount$Hib

public void setValueCount$Hib(Long newValue)

getValueCount

public long getValueCount()
Description copied from interface: FemColumnHistogramBar
Returns the value of attribute valueCount.

Specified by:
getValueCount in interface FemColumnHistogramBar
Returns:
Value of attribute valueCount.

setValueCount

public void setValueCount(long newValue)
Description copied from interface: FemColumnHistogramBar
Sets the value of valueCount attribute. See FemColumnHistogramBar.getValueCount() for description on the attribute.

Specified by:
setValueCount in interface FemColumnHistogramBar
Parameters:
newValue - New value to be set.

getOrdinal$Hib

public Integer getOrdinal$Hib()

setOrdinal$Hib

public void setOrdinal$Hib(Integer newValue)

getOrdinal

public int getOrdinal()
Description copied from interface: FemColumnHistogramBar
Returns the value of attribute ordinal.

Specified by:
getOrdinal in interface FemColumnHistogramBar
Returns:
Value of attribute ordinal.

setOrdinal

public void setOrdinal(int newValue)
Description copied from interface: FemColumnHistogramBar
Sets the value of ordinal attribute. See FemColumnHistogramBar.getOrdinal() for description on the attribute.

Specified by:
setOrdinal in interface FemColumnHistogramBar
Parameters:
newValue - New value to be set.

getHistogram

public FemColumnHistogram getHistogram()
Description copied from interface: FemColumnHistogramBar
Returns the value of reference Histogram.

Specified by:
getHistogram in interface FemColumnHistogramBar
Returns:
Value of reference Histogram.

setHistogram

public void setHistogram(FemColumnHistogram newValue)
Description copied from interface: FemColumnHistogramBar
Sets the value of Histogram reference. See FemColumnHistogramBar.getHistogram() for description on the attribute.

Specified by:
setHistogram in interface FemColumnHistogramBar
Parameters:
newValue - New value to be set.

getHistogram$Hib

public HibernateOneToManyLazyOrderedAssociation getHistogram$Hib()

setHistogram$Hib

public void setHistogram$Hib(HibernateOneToManyLazyOrderedAssociation newValue)

getAssociation

public HibernateAssociation getAssociation(String type,
                                           boolean firstEnd)
Specified by:
getAssociation in interface HibernateAssociable

setAssociation

public void setAssociation(String type,
                           boolean firstEnd,
                           HibernateAssociation assoc)
Specified by:
setAssociation in interface HibernateAssociable

getOrCreateAssociation

public HibernateAssociation getOrCreateAssociation(String type,
                                                   boolean firstEnd)
Specified by:
getOrCreateAssociation in interface HibernateAssociable

removeAssociations

protected void removeAssociations()
Specified by:
removeAssociations in class HibernateRefObject

getComposingAssociations

public Collection<HibernateAssociation> getComposingAssociations()
Specified by:
getComposingAssociations in class HibernateRefObject

getNonComposingAssociations

public Collection<HibernateAssociation> getNonComposingAssociations()
Specified by:
getNonComposingAssociations in class HibernateRefObject

refImmediateComposite

public RefObject refImmediateComposite()
Specified by:
refImmediateComposite in interface RefObject
Overrides:
refImmediateComposite in class RefObjectBase

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase

getClassIdentifier

public String getClassIdentifier()
Specified by:
getClassIdentifier in class HibernateRefObject