org.openmdx.base.cci2
Interface BasicObject

All Superinterfaces:
ContextCapable, ExtentCapable, ViewCapable
All Known Subinterfaces:
AliasType, AliasType, Association, Association, AssociationEnd, AssociationEnd, Attribute, Attribute, BasicObject, BehaviouralFeature, BehaviouralFeature, Class, Class, Classifier, Classifier, CollectionType, CollectionType, Component, Component, Configuration, Configuration, Connection, Connection, Constant, Constant, Constraint, Constraint, DatabaseConnector, DatabaseConnector, DatabaseResourceReference, DatabaseResourceReference, Dataprovider, Dataprovider, DataproviderBooleanProperty, DataproviderBooleanProperty, DataproviderConnector, DataproviderConnector, DataproviderIntegerProperty, DataproviderIntegerProperty, DataproviderProperty, DataproviderProperty, DataproviderResource, DataproviderResource, DataproviderResourceReference, DataproviderResourceReference, DataproviderStringProperty, DataproviderStringProperty, DataproviderType, DataproviderType, DataproviderTypeBooleanProperty, DataproviderTypeBooleanProperty, DataproviderTypeIntegerProperty, DataproviderTypeIntegerProperty, DataproviderTypeProperty, DataproviderTypeProperty, DataproviderTypeStringProperty, DataproviderTypeStringProperty, Datatype, Datatype, DeploymentUnit, DeploymentUnit, Domain, Domain, Domain, Domain, Element, Element, EnumerationType, EnumerationType, Exception, Exception, Feature, Feature, GeneralizableElement, GeneralizableElement, GenericResourceReference, GenericResourceReference, HttpUrlConnector, HttpUrlConnector, Import, Import, InboundCommunication, InboundCommunication, Instance, Instance, Module, Module, Namespace, Namespace, Namespace, Namespace, Operation, Operation, OutboundCommunication, OutboundCommunication, Package, Package, Parameter, Parameter, PrimitiveType, PrimitiveType, Reference, Reference, ResourceAdapter, ResourceAdapter, ResourceAdapterBooleanProperty, ResourceAdapterBooleanProperty, ResourceAdapterIntegerProperty, ResourceAdapterIntegerProperty, ResourceAdapterProperty, ResourceAdapterProperty, ResourceAdapterStringProperty, ResourceAdapterStringProperty, ResourceReference, ResourceReference, StatefulConnection, StatefulConnection, StatelessConnection, StatelessConnection, StatelessResource, StatelessResource, Statistics, Statistics, StructuralFeature, StructuralFeature, StructureField, StructureField, StructureType, StructureType, Tag, Tag, TypedElement, TypedElement, UnitOfWork, UnitOfWork
All Known Implementing Classes:
AliasType, Association, AssociationEnd, Attribute, Class, CollectionType, Component, Configuration, Connection, Constant, Constraint, DatabaseConnector, DatabaseResourceReference, Dataprovider, DataproviderBooleanProperty, DataproviderConnector, DataproviderIntegerProperty, DataproviderProperty, DataproviderResource, DataproviderResourceReference, DataproviderStringProperty, DataproviderType, DataproviderTypeBooleanProperty, DataproviderTypeIntegerProperty, DataproviderTypeProperty, DataproviderTypeStringProperty, DeploymentUnit, Domain, Domain, Element, EnumerationType, Exception, GenericResourceReference, HttpUrlConnector, Import, Instance, Module, Namespace, Operation, OutboundCommunication, Package, Parameter, PrimitiveType, Reference, ResourceAdapter, ResourceAdapterBooleanProperty, ResourceAdapterIntegerProperty, ResourceAdapterProperty, ResourceAdapterStringProperty, ResourceReference, StatefulConnection, Statistics, StructureField, StructureType, Tag, UnitOfWork

public interface BasicObject
extends ContextCapable, ExtentCapable, ViewCapable

Abstract class BasicObject


Method Summary
 Date getCreatedAt()
          Retrieves the value for the attribute createdAt.
 Set<String> getCreatedBy()
           
 Date getModifiedAt()
          Retrieves the value for the attribute modifiedAt.
 Set<String> getModifiedBy()
           
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getCreatedAt

Date getCreatedAt()
Retrieves the value for the attribute createdAt.

Returns:
The non-null value for attribute createdAt.

getCreatedBy

Set<String> getCreatedBy()
Returns:
A set containing all elements for this attribute.

getModifiedAt

Date getModifiedAt()
Retrieves the value for the attribute modifiedAt.

Returns:
The non-null value for attribute modifiedAt.

getModifiedBy

Set<String> getModifiedBy()
Returns:
A set containing all elements for this attribute.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.