wt.pdmlink
Class PDMProductConstants.ProjectActivityInfo

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

public static final class PDMProductConstants.ProjectActivityInfo
extends Object


Field Summary
static String ACTIVITY_INFO
           
static String DURATION
           
static String LOCAL_ID
           
static String MAX_PERCENT_AVAILABLE
           
static String NAME
           
static String OBJECT_ID
           
static String OWNER
           
static String OWNER_INFO
           
static String PROJECT_ACTIVITY
           
static String PROJECT_PLAN_ID
           
static String PROJECT_VARIABLE
           
static String RESOURCE_ASSIGNEE
           
 
Constructor Summary
PDMProductConstants.ProjectActivityInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_ACTIVITY

public static final String PROJECT_ACTIVITY
See Also:
Constant Field Values

PROJECT_PLAN_ID

public static final String PROJECT_PLAN_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

ACTIVITY_INFO

public static final String ACTIVITY_INFO
See Also:
Constant Field Values

RESOURCE_ASSIGNEE

public static final String RESOURCE_ASSIGNEE
See Also:
Constant Field Values

DURATION

public static final String DURATION
See Also:
Constant Field Values

PROJECT_VARIABLE

public static final String PROJECT_VARIABLE
See Also:
Constant Field Values

OBJECT_ID

public static final String OBJECT_ID
See Also:
Constant Field Values

LOCAL_ID

public static final String LOCAL_ID
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

MAX_PERCENT_AVAILABLE

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

PDMProductConstants.ProjectActivityInfo

public PDMProductConstants.ProjectActivityInfo()