wt.epm.workspaces
Class EPMAsStoredMemberInfo
java.lang.Object
wt.vc.baseline.BaselineMemberInfo
wt.epm.workspaces.EPMAsStoredMemberInfo
- All Implemented Interfaces:
- Serializable
- public class EPMAsStoredMemberInfo
- extends BaselineMemberInfo
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Method Summary |
Class |
baselineMemberClass()
For this BaselineMemberInfo, return the specific BaselineMember link
class which will be created in add. |
protected boolean |
isOwner()
Gets the value of the attribute: owner. |
protected void |
setOwner(boolean a_Owner)
Sets the value of the attribute: owner. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
owner
private boolean owner
ADD_FUNCTION_NAME
static final String ADD_FUNCTION_NAME
- See Also:
- Constant Field Values
REPLACE_FUNCTION_NAME
static final String REPLACE_FUNCTION_NAME
- See Also:
- Constant Field Values
EPMAsStoredMemberInfo
public EPMAsStoredMemberInfo(Baselineable a_baselineable,
boolean a_owner)
throws WTPropertyVetoException
Supported API: false
- Parameters:
a_baselineable
- a_owner
-
- Throws:
WTPropertyVetoException
isOwner
protected boolean isOwner()
- Gets the value of the attribute: owner.
Supported API: false
- Returns:
- boolean
setOwner
protected void setOwner(boolean a_Owner)
throws WTPropertyVetoException
- Sets the value of the attribute: owner.
Supported API: false
- Parameters:
a_Owner
-
- Throws:
WTPropertyVetoException
baselineMemberClass
public Class baselineMemberClass()
- For this BaselineMemberInfo, return the specific BaselineMember link
class which will be created in add.
Supported API: false
- Overrides:
baselineMemberClass
in class BaselineMemberInfo
- Returns:
- Class