|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.enterprise.Managed
wt.vc.baseline.ManagedBaseline
public class ManagedBaseline
This class is an implementation of a Baseline. It is uniquely identified by its number attribute.
Use the newManagedBaseline static factory method(s), not
the ManagedBaseline constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute; Description of the purpose or use of this Baseline. |
static String |
NAME
Label for the attribute; Descriptive name. |
static String |
NUMBER
Label for the attribute; Unique identifier. |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
IdentificationObject |
getIdentificationObject()
Constructs and returns an identification object. |
String |
getIdentity()
Returns a string that can be displayed to the user to identify the object. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
static ManagedBaseline |
newManagedBaseline()
Default factory for the class. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NUMBER
public static final String NAME
public static final String DESCRIPTION
| Method Detail |
|---|
public String getNumber()
public void setNumber(String a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionpublic String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionpublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic String getIdentity()
public static ManagedBaseline newManagedBaseline()
throws WTException
WTException
public IdentificationObject getIdentificationObject()
throws WTException
getIdentificationObject in interface IdentifiedWTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||