|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TeamManaged interface objects will get a TeamId attribute. The teamName
and teamIdentity derived attributes are also available.
Supported API: false
Extendable: false
Field Summary | |
static String |
TEAM_ID
Label for the attribute. |
static String |
TEAM_IDENTITY
Label for the attribute; The identity of the team (a derived attribute) Supported API: false |
static String |
TEAM_NAME
Label for the attribute; The name of the team(a derived attribute) Supported API: false |
static String |
TEAM_TEMPLATE_ID
Label for the attribute. |
static String |
TEAM_TEMPLATE_IDENTITY
Label for the attribute; The identity of the TeamTemplate (a derived attribute) Supported API: false |
static String |
TEAM_TEMPLATE_NAME
Label for the attribute; The name of the teamTemplate(a derived attribute) Supported API: false |
Method Summary | |
TeamReference |
getTeamId()
Gets the object for the association that plays role: TEAM_ID. |
String |
getTeamIdentity()
Gets the value of the attribute: TEAM_IDENTITY. |
String |
getTeamName()
Gets the value of the attribute: TEAM_NAME. |
TeamTemplateReference |
getTeamTemplateId()
Gets the object for the association that plays role: TEAM_TEMPLATE_ID. |
String |
getTeamTemplateIdentity()
Gets the value of the attribute: TEAM_TEMPLATE_IDENTITY. |
String |
getTeamTemplateName()
Gets the value of the attribute: TEAM_TEMPLATE_NAME. |
void |
setTeamId(TeamReference a_TeamId)
Sets the object for the association that plays role: TEAM_ID. |
void |
setTeamTemplateId(TeamTemplateReference a_TeamTemplateId)
Sets the object for the association that plays role: TEAM_TEMPLATE_ID. |
Field Detail |
public static final String TEAM_NAME
public static final String TEAM_IDENTITY
public static final String TEAM_TEMPLATE_NAME
public static final String TEAM_TEMPLATE_IDENTITY
public static final String TEAM_TEMPLATE_ID
public static final String TEAM_ID
Method Detail |
public String getTeamName()
public String getTeamIdentity()
public String getTeamTemplateName()
public String getTeamTemplateIdentity()
public TeamTemplateReference getTeamTemplateId()
public void setTeamTemplateId(TeamTemplateReference a_TeamTemplateId) throws WTPropertyVetoException
a_TeamTemplateId
-
WTPropertyVetoException
public TeamReference getTeamId()
public void setTeamId(TeamReference a_TeamId) throws WTPropertyVetoException
a_TeamId
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |