wt.pdmlink
Class PDMProductConstants.DeliverableInfo

java.lang.Object
  extended bywt.pdmlink.PDMProductConstants.DeliverableInfo
Enclosing class:
PDMProductConstants

public static final class PDMProductConstants.DeliverableInfo
extends Object


Field Summary
static String ACTIVITY_ID
           
static String CREATE_FROM_RULE
           
static String DELIVERABLE
           
static String DURATION
           
static String EXECUTION_INFO
           
static String IS_ORPHAN
           
static String LOCAL_ID
           
static String MILE_STONE_ID
           
static String OBJECT_ID
           
static String OWNER
           
static String OWNER_INFO
           
static String PROJECT_PLAN_ID
           
static String SUBSCRIPTION_POLICY
           
static String TARGET_CONFIG
           
static String TARGET_REF
           
 
Constructor Summary
PDMProductConstants.DeliverableInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIVERABLE

public static final String DELIVERABLE
See Also:
Constant Field Values

OBJECT_ID

public static final String OBJECT_ID
See Also:
Constant Field Values

SUBSCRIPTION_POLICY

public static final String SUBSCRIPTION_POLICY
See Also:
Constant Field Values

PROJECT_PLAN_ID

public static final String PROJECT_PLAN_ID
See Also:
Constant Field Values

ACTIVITY_ID

public static final String ACTIVITY_ID
See Also:
Constant Field Values

MILE_STONE_ID

public static final String MILE_STONE_ID
See Also:
Constant Field Values

OWNER

public static final String OWNER
See Also:
Constant Field Values

OWNER_INFO

public static final String OWNER_INFO
See Also:
Constant Field Values

EXECUTION_INFO

public static final String EXECUTION_INFO
See Also:
Constant Field Values

TARGET_CONFIG

public static final String TARGET_CONFIG
See Also:
Constant Field Values

TARGET_REF

public static final String TARGET_REF
See Also:
Constant Field Values

LOCAL_ID

public static final String LOCAL_ID
See Also:
Constant Field Values

CREATE_FROM_RULE

public static final String CREATE_FROM_RULE
See Also:
Constant Field Values

IS_ORPHAN

public static final String IS_ORPHAN
See Also:
Constant Field Values

DURATION

public static final String DURATION
See Also:
Constant Field Values
Constructor Detail

PDMProductConstants.DeliverableInfo

public PDMProductConstants.DeliverableInfo()