wt.epm
Class FamilyOptions

java.lang.Object
  extended bywt.epm.FamilyOptions
All Implemented Interfaces:
Externalizable, Serializable

public class FamilyOptions
extends Object
implements Externalizable

Holds a set of properties to assign to newly created versions. An instance of this class are passed as an argument to the revise methods defined on the EPMDocumentManager. The original object to be revised may be a part of the options.



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
 String asStoredName
          Holds the as Stored Name -- String

B>Supported API: true
static long EXTERNALIZATION_VERSION_UID
           
(package private) static long serialVersionUID
           
 EPMDocument topLevelGeneric
          Holds the top level generic -- EPMDocument

B>Supported API: true
 
Constructor Summary
FamilyOptions()
          Default constructor for this class.
FamilyOptions(EPMDocument generic, String name)
          Constructor given the generic and asStoredName.
 
Method Summary
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topLevelGeneric

public EPMDocument topLevelGeneric
Holds the top level generic -- EPMDocument

B>Supported API: true


asStoredName

public String asStoredName
Holds the as Stored Name -- String

B>Supported API: true


serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

FamilyOptions

public FamilyOptions()
Default constructor for this class.

Supported API: true


FamilyOptions

public FamilyOptions(EPMDocument generic,
                     String name)
Constructor given the generic and asStoredName.

Supported API: true

Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException