|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefObject_1
org.openmdx.ui1.cci.ContainerImpl
public class ContainerImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier |
| Field Summary |
|---|
| Fields inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE |
| Constructor Summary | |
|---|---|
ContainerImpl(Object_1_0 object,
RefClass refClass)
|
|
| Method Summary | |
|---|---|
protected void |
addContext(Context newValue)
|
protected void |
addContext(String id,
Context newValue)
|
void |
addMember(Element newValue)
|
void |
addMember(int order,
Element newValue)
|
Collection |
getContext()
Retrieves the objects referenced by context. |
Context |
getContext(String id)
Retrieves the value for the reference context for the
specified qualifier attribute value. |
Date |
getCreatedAt()
Retrieves the value for the attribute createdAt. |
protected Date |
getCreatedAt(int index)
|
Set |
getCreatedBy()
|
String |
getIconKey()
|
String |
getIdentity()
Retrieves the value for the attribute identity. |
protected String |
getIdentity(int index)
|
Collection |
getMember()
Retrieves the objects referenced by member. |
Element |
getMember(int order)
Retrieves the value for the reference member for the
specified qualifier attribute value. |
String |
getMimeType()
|
Date |
getModifiedAt()
Retrieves the value for the attribute modifiedAt. |
protected Date |
getModifiedAt(int index)
|
Set |
getModifiedBy()
|
List |
getToolTip()
|
String |
getToolTip(int index)
|
boolean |
isAutoGenerated()
Retrieves the value for the attribute autoGenerated. |
protected boolean |
isAutoGenerated(int index)
|
boolean |
isChangeable()
Retrieves the value for the attribute changeable. |
protected boolean |
isChangeable(int index)
|
protected void |
removeContext(String id)
|
void |
removeMember(int order)
|
void |
setAutoGenerated(boolean newValue)
Sets a new value for the attribute autoGenerated. |
protected void |
setAutoGenerated(int index,
boolean newValue)
|
void |
setChangeable(boolean newValue)
Sets a new value for the attribute changeable. |
protected void |
setChangeable(int index,
boolean newValue)
|
protected void |
setContext(Context[] newValue)
|
protected void |
setContext(List newValue)
|
protected void |
setCreatedAt(Date newValue)
|
protected void |
setCreatedAt(int index,
Date newValue)
|
protected void |
setCreatedBy(Set newValue)
|
protected void |
setCreatedBy(String[] newValue)
|
void |
setIconKey(String newValue)
Sets a new value for the attribute iconKey. |
protected void |
setIdentity(int index,
String newValue)
|
protected void |
setIdentity(String newValue)
|
void |
setMember(Element[] newValue)
|
void |
setMember(List newValue)
|
void |
setMimeType(String newValue)
Sets a new value for the attribute mimeType. |
protected void |
setModifiedAt(Date newValue)
|
protected void |
setModifiedAt(int index,
Date newValue)
|
protected void |
setModifiedBy(Set newValue)
|
protected void |
setModifiedBy(String[] newValue)
|
void |
setToolTip(List newValue)
|
void |
setToolTip(String[] newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, 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.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, 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 |
| Constructor Detail |
|---|
public ContainerImpl(Object_1_0 object,
RefClass refClass)
| Method Detail |
|---|
public Date getCreatedAt()
BasicObjectcreatedAt.
getCreatedAt in interface BasicObjectcreatedAt.protected Date getCreatedAt(int index)
protected void setCreatedAt(Date newValue)
protected void setCreatedAt(int index,
Date newValue)
public Set getCreatedBy()
getCreatedBy in interface BasicObjectprotected void setCreatedBy(Set newValue)
protected void setCreatedBy(String[] newValue)
public Date getModifiedAt()
BasicObjectmodifiedAt.
getModifiedAt in interface BasicObjectmodifiedAt.protected Date getModifiedAt(int index)
protected void setModifiedAt(Date newValue)
protected void setModifiedAt(int index,
Date newValue)
public Set getModifiedBy()
getModifiedBy in interface BasicObjectprotected void setModifiedBy(Set newValue)
protected void setModifiedBy(String[] newValue)
protected void setContext(List newValue)
protected void setContext(Context[] newValue)
public Context getContext(String id)
ContextCapablecontext for the
specified qualifier attribute value.
getContext in interface ContextCapableid - The value for the qualifier attribute that qualifies this reference.
public Collection getContext()
ContextCapablecontext.
getContext in interface ContextCapable
protected void addContext(String id,
Context newValue)
protected void addContext(Context newValue)
protected void removeContext(String id)
public String getIdentity()
ExtentCapableidentity.
getIdentity in interface ExtentCapableidentity.protected String getIdentity(int index)
protected void setIdentity(String newValue)
protected void setIdentity(int index,
String newValue)
public void setMember(List newValue)
public void setMember(Element[] newValue)
public Element getMember(int order)
Containermember for the
specified qualifier attribute value.
getMember in interface Containerorder - The value for the qualifier attribute that qualifies this reference.
public Collection getMember()
Containermember.
getMember in interface Container
public void addMember(int order,
Element newValue)
addMember in interface Containerorder - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.public void addMember(Element newValue)
addMember in interface ContainernewValue - The element to be appended.public void removeMember(int order)
removeMember in interface Containerpublic boolean isAutoGenerated()
ElementautoGenerated.
isAutoGenerated in interface ElementautoGenerated.protected boolean isAutoGenerated(int index)
public void setAutoGenerated(boolean newValue)
ElementautoGenerated.
setAutoGenerated in interface ElementnewValue - The non-null new value for attribute autoGenerated.
protected void setAutoGenerated(int index,
boolean newValue)
public boolean isChangeable()
Elementchangeable.
isChangeable in interface Elementchangeable.protected boolean isChangeable(int index)
public void setChangeable(boolean newValue)
Elementchangeable.
setChangeable in interface ElementnewValue - The non-null new value for attribute changeable.
protected void setChangeable(int index,
boolean newValue)
public String getIconKey()
getIconKey in interface ElementiconKey.public void setIconKey(String newValue)
ElementiconKey.
setIconKey in interface ElementnewValue - The possibly null new value for attribute iconKey.public String getMimeType()
getMimeType in interface ElementmimeType.public void setMimeType(String newValue)
ElementmimeType.
setMimeType in interface ElementnewValue - The possibly null new value for attribute mimeType.public List getToolTip()
getToolTip in interface Elementpublic String getToolTip(int index)
getToolTip in interface Elementindex - The index of the element to return.
public void setToolTip(List newValue)
setToolTip in interface ElementnewValue - A list containing all the new elements for this attribute.public void setToolTip(String[] newValue)
setToolTip in interface ElementnewValue - An array containing all the new elements for this attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||