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
See Also:
  • Method Details

    • newSimpleNestedCollection

      public static SimpleNestedCollection newSimpleNestedCollection() throws WTException
      Factory for creating a new SimpleNestedCollection.

      Supported API: true
      Returns:
      SimpleNestedCollection object (default type).
      Throws:
      WTException
    • newSimpleNestedCollection

      public static SimpleNestedCollection newSimpleNestedCollection(String name) throws WTException
      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