wt.project
Interface ProjectManaged


Deprecated. in R6.0 Project will be replaced by a new Team object in a future release.

public interface ProjectManaged

ProjectManaged interface objects will get a projectId attribute. The projectName and projectIdentity derived attributes are also available.

Supported API: false

Extendable: false


Field Summary
static String PROJECT_ID
          Deprecated. Label for the attribute.
static String PROJECT_IDENTITY
          Deprecated. Label for the attribute; The identity of the project (a derived attribute)

Supported API: false
static String PROJECT_NAME
          Deprecated. Label for the attribute; The name of the project (a derived attribute)

Supported API: false
 
Method Summary
 ProjectReference getProjectId()
          Deprecated. Gets the object for the association that plays role: PROJECT_ID.
 String getProjectIdentity()
          Deprecated. Gets the value of the attribute: PROJECT_IDENTITY.
 String getProjectName()
          Deprecated. Gets the value of the attribute: PROJECT_NAME.
 void setProjectId(ProjectReference a_ProjectId)
          Deprecated. Sets the object for the association that plays role: PROJECT_ID.
 

Field Detail

PROJECT_NAME

public static final String PROJECT_NAME
Deprecated. 
Label for the attribute; The name of the project (a derived attribute)

Supported API: false

See Also:
Constant Field Values

PROJECT_IDENTITY

public static final String PROJECT_IDENTITY
Deprecated. 
Label for the attribute; The identity of the project (a derived attribute)

Supported API: false

See Also:
Constant Field Values

PROJECT_ID

public static final String PROJECT_ID
Deprecated. 
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getProjectName

public String getProjectName()
Deprecated. 
Gets the value of the attribute: PROJECT_NAME. The name of the project (a derived attribute)

Supported API: false

Returns:
String

getProjectIdentity

public String getProjectIdentity()
Deprecated. 
Gets the value of the attribute: PROJECT_IDENTITY. The identity of the project (a derived attribute)

Supported API: false

Returns:
String

getProjectId

public ProjectReference getProjectId()
Deprecated. 
Gets the object for the association that plays role: PROJECT_ID.

Supported API: false

Returns:
ProjectReference

setProjectId

public void setProjectId(ProjectReference a_ProjectId)
                  throws WTPropertyVetoException
Deprecated. 
Sets the object for the association that plays role: PROJECT_ID.

Supported API: false

Parameters:
a_ProjectId -
Throws:
WTPropertyVetoException