wt.vc.baseline
Class BaselineMemberInfo

java.lang.Object
  extended bywt.vc.baseline.BaselineMemberInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EPMAsStoredMemberInfo

Deprecated. No longer necessary.

public class BaselineMemberInfo
extends Object
implements Serializable

This class is used to get all of the necessary information for the BaselineMember when adding to a baseline.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  Baselineable baselineable
          Deprecated.  
private static String CLASSNAME
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Constructor Summary
BaselineMemberInfo()
          Deprecated.  
BaselineMemberInfo(Baselineable a_baselineable)
          Deprecated. This entire class is deprecated.
 
Method Summary
 Class baselineMemberClass()
          Deprecated. This entire class is deprecated.
 Baselineable getBaselineable()
          Deprecated. This entire class is deprecated.
 void setBaselineable(Baselineable a_Baselineable)
          Deprecated. This entire class is deprecated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

baselineable

private Baselineable baselineable
Deprecated. 
Constructor Detail

BaselineMemberInfo

public BaselineMemberInfo(Baselineable a_baselineable)
                   throws WTPropertyVetoException
Deprecated. This entire class is deprecated.



Supported API: false

Parameters:
a_baselineable -
Throws:
WTPropertyVetoException

BaselineMemberInfo

public BaselineMemberInfo()
Deprecated. 
Method Detail

getBaselineable

public Baselineable getBaselineable()
Deprecated. This entire class is deprecated.

Gets the value of the attribute: baselineable; Contains information specific to the Baselineable for creating the BaselineMember when adding to the baseline

Supported API: false

Returns:
Baselineable

setBaselineable

public void setBaselineable(Baselineable a_Baselineable)
                     throws WTPropertyVetoException
Deprecated. This entire class is deprecated.

Sets the value of the attribute: baselineable; Contains information specific to the Baselineable for creating the BaselineMember when adding to the baseline

Supported API: false

Parameters:
a_Baselineable -
Throws:
WTPropertyVetoException

baselineMemberClass

public Class baselineMemberClass()
Deprecated. This entire class is deprecated.

For this BaselineMemberInfo, return the specific BaselineMember link class which will be created in add.

Supported API: false

Returns:
Class