Package wt.facade.persistedcollection
Class SimpleNestedCollection
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.facade.persistedcollection._SimpleNestedCollection
wt.facade.persistedcollection.SimpleNestedCollection
- All Implemented Interfaces:
Externalizable,Serializable,wt.facade.persistedcollection._PersistedCollectable,wt.facade.persistedcollection._PersistedCollectionHolder,wt.facade.persistedcollection._PersistedCollectionNestedHolder,PersistedCollectable,PersistedCollectionHolder,PersistedCollectionNestedHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,
interfaces={PersistedCollectionNestedHolder.class,PersistedCollectable.class},
serializable=EXTERNALIZABLE_BASIC,
properties=@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="A string attribute representing a non-unique name of a SimpleNestedCollection instance (may be null)."))
public abstract class SimpleNestedCollection
extends wt.facade.persistedcollection._SimpleNestedCollection
Abstract reference implementation of a simple PersistedCollectionNestedHolder object.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.facade.persistedcollection._SimpleNestedCollection
EXTERNALIZATION_VERSION_UID, NAMEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.facade.persistedcollection._PersistedCollectionHolder
COLLECTION_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleNestedCollectionFactory for creating a new SimpleNestedCollection.static SimpleNestedCollectionFactory for creating a new SimpleNestedCollection.Methods inherited from class wt.facade.persistedcollection._SimpleNestedCollection
getClassInfo, getCollectionInfo, getConceptualClassname, getName, getType, readExternal, readExternal, readVersion, setCollectionInfo, setName, super_readExternal_SimpleNestedCollection, super_readVersion_SimpleNestedCollection, super_writeExternal_SimpleNestedCollection, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newSimpleNestedCollection
Factory for creating a new SimpleNestedCollection.
Supported API: true- Returns:
- SimpleNestedCollection object (default type).
- Throws:
WTException
-
newSimpleNestedCollection
Factory for creating a new SimpleNestedCollection.
Supported API: true- Parameters:
name- Simple nested collection name (non-unique identity).- Returns:
- SimpleNestedCollection object (default type).
- Throws:
WTException
-